├── .hgignore ├── README ├── install_script.sh └── kernel_patches └── fixed_channel_power_of_ath9k_to_20dbm.patch /.hgignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/befinitiv/rpi_wifibroadcast_image_builder/HEAD/.hgignore -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/befinitiv/rpi_wifibroadcast_image_builder/HEAD/README -------------------------------------------------------------------------------- /install_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/befinitiv/rpi_wifibroadcast_image_builder/HEAD/install_script.sh -------------------------------------------------------------------------------- /kernel_patches/fixed_channel_power_of_ath9k_to_20dbm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/befinitiv/rpi_wifibroadcast_image_builder/HEAD/kernel_patches/fixed_channel_power_of_ath9k_to_20dbm.patch --------------------------------------------------------------------------------