1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00
openwrt-xburst/scripts/config
nbd 7c63c17b62 color change to make menuconfig easier to read (patch from #1730)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-11 04:03:01 +00:00
..
lxdialog color change to make menuconfig easier to read (patch from #1730) 2007-07-11 04:03:01 +00:00
.gitignore Add gitignore files 2007-05-29 14:23:25 +00:00
conf.c modify the kconfig system for openwrt 2006-04-20 21:00:14 +00:00
confdata.c don't generate .tmpconfig.h and .kconfig.d 2006-10-14 00:48:54 +00:00
expr.c add kconfig from linux 2.6 to scripts/config 2006-04-20 20:17:34 +00:00
expr.h add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00
kconfig_load.c add kconfig from linux 2.6 to scripts/config 2006-04-20 20:17:34 +00:00
lex.backup add kconfig from linux 2.6 to scripts/config 2006-04-20 20:17:34 +00:00
lex.zconf.c_shipped add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00
lkc_proto.h add 'reset to defaults' to menuconfig 2006-06-25 20:06:59 +00:00
lkc.h add kconfig from linux 2.6 to scripts/config 2006-04-20 20:17:34 +00:00
Makefile fix lxdialog build target 2006-10-13 23:11:19 +00:00
mconf.c add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00
menu.c remove a useless warning 2007-06-12 13:23:43 +00:00
README modify the kconfig system for openwrt 2006-04-20 21:00:14 +00:00
symbol.c fix menuconfig 'deselect' statement 2007-03-29 11:19:50 +00:00
util.c don't generate .tmpconfig.h and .kconfig.d 2006-10-14 00:48:54 +00:00
zconf.gperf add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00
zconf.hash.c_shipped add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00
zconf.l add wildcard support to menuconfig (again) 2006-05-12 18:47:57 +00:00
zconf.tab.c_shipped add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00
zconf.y add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00

These files were taken from the Linux 2.6.16.7 Kernel
Configuration System and modified for the OpenWrt Buildroot.