1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 13:23:39 +03:00
openwrt-xburst/package/Config.in
nbd b4a6c333c0 remove some more stuff, change package makefile format in rules.mk, port busybox over to the new format
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-14 01:22:55 +00:00

19 lines
340 B
Plaintext

#
menu "OpenWrt Package Selection"
comment "Package categories"
menu "Base system"
source "package/busybox/Config.in"
source "package/bridge/Config.in"
source "package/dnsmasq/Config.in"
source "package/ipkg/Config.in"
source "package/iptables/Config.in"
source "package/mtd/Config.in"
source "package/nvram/Config.in"
endmenu
endmenu