mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 18:48:28 +02: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
|