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)
commit8cc7b94ab02545a6ba6ec042df6e6821941d0e93
tree1c9f8d640f5320a29eed7c1663a1965b976cd63c
parentca0bd7a35e550d8fbcc4d3fff61da03a7d35d0c4
add kconfig from linux 2.6 to scripts/config

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3682 3c298f89-4303-0410-b956-a3cf2f4a3e73
32 files changed:
scripts/config/Makefile [new file with mode: 0644]
scripts/config/conf.c [new file with mode: 0644]
scripts/config/confdata.c [new file with mode: 0644]
scripts/config/expr.c [new file with mode: 0644]
scripts/config/expr.h [new file with mode: 0644]
scripts/config/kconfig_load.c [new file with mode: 0644]
scripts/config/lex.backup [new file with mode: 0644]
scripts/config/lex.zconf.c_shipped [new file with mode: 0644]
scripts/config/lkc.h [new file with mode: 0644]
scripts/config/lkc_proto.h [new file with mode: 0644]
scripts/config/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
scripts/config/lxdialog/Makefile [new file with mode: 0644]
scripts/config/lxdialog/check-lxdialog.sh [new file with mode: 0644]
scripts/config/lxdialog/checklist.c [new file with mode: 0644]
scripts/config/lxdialog/colors.h [new file with mode: 0644]
scripts/config/lxdialog/dialog.h [new file with mode: 0644]
scripts/config/lxdialog/inputbox.c [new file with mode: 0644]
scripts/config/lxdialog/lxdialog.c [new file with mode: 0644]
scripts/config/lxdialog/menubox.c [new file with mode: 0644]
scripts/config/lxdialog/msgbox.c [new file with mode: 0644]
scripts/config/lxdialog/textbox.c [new file with mode: 0644]
scripts/config/lxdialog/util.c [new file with mode: 0644]
scripts/config/lxdialog/yesno.c [new file with mode: 0644]
scripts/config/mconf.c [new file with mode: 0644]
scripts/config/menu.c [new file with mode: 0644]
scripts/config/symbol.c [new file with mode: 0644]
scripts/config/util.c [new file with mode: 0644]
scripts/config/zconf.gperf [new file with mode: 0644]
scripts/config/zconf.hash.c_shipped [new file with mode: 0644]
scripts/config/zconf.l [new file with mode: 0644]
scripts/config/zconf.tab.c_shipped [new file with mode: 0644]
scripts/config/zconf.y [new file with mode: 0644]