mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 19:37:31 +02:00
452af57354
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@265 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
382 B
Plaintext
19 lines
382 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 "Suggested Extras"
|
|
source "package/ebtables/Config.in"
|
|
source "package/dropbear_sshd/Config.in"
|
|
|
|
endmenu
|