mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 06:51:33 +02:00
68bc528f22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@250 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
350 B
Plaintext
17 lines
350 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"
|
|
source "package/ebtables/Config.in"
|
|
|
|
endmenu
|