add kconfig from linux 2.6 to scripts/config
authorFelix Fietkau <nbd@openwrt.org>
Thu, 20 Apr 2006 20:17:34 +0000 (20:17 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 20 Apr 2006 20:17:34 +0000 (20:17 +0000)
commit43ebd5a027a96bc548c03ca308df05a6926d5e91
treee993c15374e53b9732e8876f4c26398bf53b7c1d
parent4870d7e8876b6aef4590571315dc5a9b7b1af6ea
add kconfig from linux 2.6 to scripts/config

SVN-Revision: 3682
32 files changed:
openwrt/scripts/config/Makefile [new file with mode: 0644]
openwrt/scripts/config/conf.c [new file with mode: 0644]
openwrt/scripts/config/confdata.c [new file with mode: 0644]
openwrt/scripts/config/expr.c [new file with mode: 0644]
openwrt/scripts/config/expr.h [new file with mode: 0644]
openwrt/scripts/config/kconfig_load.c [new file with mode: 0644]
openwrt/scripts/config/lex.backup [new file with mode: 0644]
openwrt/scripts/config/lex.zconf.c_shipped [new file with mode: 0644]
openwrt/scripts/config/lkc.h [new file with mode: 0644]
openwrt/scripts/config/lkc_proto.h [new file with mode: 0644]
openwrt/scripts/config/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
openwrt/scripts/config/lxdialog/Makefile [new file with mode: 0644]
openwrt/scripts/config/lxdialog/check-lxdialog.sh [new file with mode: 0644]
openwrt/scripts/config/lxdialog/checklist.c [new file with mode: 0644]
openwrt/scripts/config/lxdialog/colors.h [new file with mode: 0644]
openwrt/scripts/config/lxdialog/dialog.h [new file with mode: 0644]
openwrt/scripts/config/lxdialog/inputbox.c [new file with mode: 0644]
openwrt/scripts/config/lxdialog/lxdialog.c [new file with mode: 0644]
openwrt/scripts/config/lxdialog/menubox.c [new file with mode: 0644]
openwrt/scripts/config/lxdialog/msgbox.c [new file with mode: 0644]
openwrt/scripts/config/lxdialog/textbox.c [new file with mode: 0644]
openwrt/scripts/config/lxdialog/util.c [new file with mode: 0644]
openwrt/scripts/config/lxdialog/yesno.c [new file with mode: 0644]
openwrt/scripts/config/mconf.c [new file with mode: 0644]
openwrt/scripts/config/menu.c [new file with mode: 0644]
openwrt/scripts/config/symbol.c [new file with mode: 0644]
openwrt/scripts/config/util.c [new file with mode: 0644]
openwrt/scripts/config/zconf.gperf [new file with mode: 0644]
openwrt/scripts/config/zconf.hash.c_shipped [new file with mode: 0644]
openwrt/scripts/config/zconf.l [new file with mode: 0644]
openwrt/scripts/config/zconf.tab.c_shipped [new file with mode: 0644]
openwrt/scripts/config/zconf.y [new file with mode: 0644]