1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 04:08:55 +03:00
openwrt-xburst/package/Config.in
wbx b29ef88611 sync with buildroot2 from uclibc, add two variables PACKAGE_DIR and PATCH, remove LINKSYS_TGZ_SITE from here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-02-19 07:43:13 +00:00

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