mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
#
|
|
|
|
menu "OpenWrt Package Selection"
|
|
|
|
comment "The default set"
|
|
source "package/busybox/Config.in"
|
|
source "package/dnsmasq/Config.in"
|
|
source "package/linux/Config.in"
|
|
source "package/iptables/Config.in"
|
|
source "package/bridge/Config.in"
|
|
|
|
comment "Suggested Extras"
|
|
source "package/dropbear_sshd/Config.in"
|
|
|
|
endmenu
|