mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 04:10:36 +02:00
95ca848ce1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@280 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
435 B
Plaintext
22 lines
435 B
Plaintext
#
|
|
|
|
menu "OpenWrt Package Selection"
|
|
|
|
comment "The absolute minimum"
|
|
source "package/linux/Config.in"
|
|
source "package/busybox/Config.in"
|
|
|
|
comment "The default set"
|
|
source "package/dnsmasq/Config.in"
|
|
source "package/iptables/Config.in"
|
|
source "package/bridge/Config.in"
|
|
|
|
comment "libraries"
|
|
source "package/zlib/Config.in"
|
|
|
|
comment "Suggested Extras"
|
|
source "package/ebtables/Config.in"
|
|
source "package/dropbear_sshd/Config.in"
|
|
|
|
endmenu
|