clean up
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 29 Mar 2013 19:11:23 +0000 (20:11 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 29 Mar 2013 21:09:32 +0000 (22:09 +0100)
commit3db1c153fbbb9d34d281604eb854e70367167695
treebdf12908edba1eec32bf89eca849ad4f49672a25
parent0da76ef8674d0b04cf23dae2c98ed1625f7f64ac
clean up

Clean up all the things this won't use/need.
I'm going to add things back bit by bit instead
of trying to base it on the current version.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
113 files changed:
.gitignore [deleted file]
Kconfig [deleted file]
Kconfig.env [deleted file]
Makefile [deleted file]
README [new file with mode: 0644]
README.md [deleted file]
compat/.gitignore [deleted file]
compat/COPYRIGHT [deleted file]
compat/Makefile [deleted file]
compat/README [deleted file]
compat/bin/ckmake [deleted file]
compat/bin/get-compat-kernels [deleted file]
compat/bin/get-compat-trees [deleted file]
compat/scripts/compat_firmware_install [deleted file]
compat/scripts/gen-compat-autoconf.sh [deleted file]
compat/scripts/gen-compat-config.sh [deleted file]
compat/scripts/skip-colors [deleted file]
compat/udev/50-compat_firmware.rules [deleted file]
compat/udev/compat_firmware.sh [deleted file]
compat/udev/ubuntu/compat_firmware.sh [deleted file]
config.mk [deleted file]
enable-older-kernels/README [deleted file]
enable-older-kernels/enable-2.6.21.patch [deleted file]
enable-older-kernels/enable-2.6.22.patch [deleted file]
enable-older-kernels/enable-2.6.23.patch [deleted file]
kconfig/Makefile [new file with mode: 0644]
kconfig/conf.c [new file with mode: 0644]
kconfig/confdata.c [new file with mode: 0644]
kconfig/expr.c [new file with mode: 0644]
kconfig/expr.h [new file with mode: 0644]
kconfig/list.h [new file with mode: 0644]
kconfig/lkc.h [new file with mode: 0644]
kconfig/lkc_proto.h [new file with mode: 0644]
kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0644]
kconfig/lxdialog/checklist.c [new file with mode: 0644]
kconfig/lxdialog/dialog.h [new file with mode: 0644]
kconfig/lxdialog/inputbox.c [new file with mode: 0644]
kconfig/lxdialog/menubox.c [new file with mode: 0644]
kconfig/lxdialog/textbox.c [new file with mode: 0644]
kconfig/lxdialog/util.c [new file with mode: 0644]
kconfig/lxdialog/yesno.c [new file with mode: 0644]
kconfig/mconf.c [new file with mode: 0644]
kconfig/menu.c [new file with mode: 0644]
kconfig/symbol.c [new file with mode: 0644]
kconfig/util.c [new file with mode: 0644]
kconfig/zconf.hash.c [new file with mode: 0644]
kconfig/zconf.lex.c [new file with mode: 0644]
kconfig/zconf.tab.c [new file with mode: 0644]
patches/crap/README [deleted file]
patches/linux-next-cherry-picks/README [deleted file]
patches/linux-next-cherry-picks/network/.gitignore [deleted file]
patches/linux-next-pending/README [deleted file]
patches/linux-next-pending/network/.gitignore [deleted file]
patches/pending-stable/.ignore [deleted file]
patches/pending-stable/README [deleted file]
patches/pending-stable/drm/.ignore [deleted file]
patches/pending-stable/network/.gitignore [deleted file]
patches/unified-drivers/README.md [deleted file]
patches/unified-drivers/network/0001-backport-alx.patch [deleted file]
patches/unified-drivers/network/0002-enable-alx.patch [deleted file]
patches/unified-drivers/network/0004-alx-deactivate-loopback-test.patch [deleted file]
patches/unified-drivers/network/0005-alx-intx-msi-workaround.patch [deleted file]
scripts/admin-clean.sh [deleted file]
scripts/admin-refresh.sh [deleted file]
scripts/admin-update.sh [deleted file]
scripts/athenable [deleted file]
scripts/athload [deleted file]
scripts/b43enable [deleted file]
scripts/b43load [deleted file]
scripts/btunload.sh [deleted file]
scripts/check_config.sh [deleted file]
scripts/check_depmod [deleted file]
scripts/compress_modules [deleted file]
scripts/driver-select [deleted file]
scripts/gen-compat-autoconf.sh [deleted file]
scripts/gen-release.sh [deleted file]
scripts/genlog-3.7 [deleted file]
scripts/genlog-3.8 [deleted file]
scripts/genlog-3.9 [deleted file]
scripts/git-paranoia [deleted file]
scripts/iwl-enable [deleted file]
scripts/iwl-load [deleted file]
scripts/kconfig/Makefile [deleted file]
scripts/kconfig/conf.c [deleted file]
scripts/kconfig/confdata.c [deleted file]
scripts/kconfig/expr.c [deleted file]
scripts/kconfig/expr.h [deleted file]
scripts/kconfig/list.h [deleted file]
scripts/kconfig/lkc.h [deleted file]
scripts/kconfig/lkc_proto.h [deleted file]
scripts/kconfig/lxdialog/check-lxdialog.sh [deleted file]
scripts/kconfig/lxdialog/checklist.c [deleted file]
scripts/kconfig/lxdialog/dialog.h [deleted file]
scripts/kconfig/lxdialog/inputbox.c [deleted file]
scripts/kconfig/lxdialog/menubox.c [deleted file]
scripts/kconfig/lxdialog/textbox.c [deleted file]
scripts/kconfig/lxdialog/util.c [deleted file]
scripts/kconfig/lxdialog/yesno.c [deleted file]
scripts/kconfig/mconf.c [deleted file]
scripts/kconfig/menu.c [deleted file]
scripts/kconfig/symbol.c [deleted file]
scripts/kconfig/util.c [deleted file]
scripts/kconfig/zconf.hash.c [deleted file]
scripts/kconfig/zconf.lex.c [deleted file]
scripts/kconfig/zconf.tab.c [deleted file]
scripts/madwifi-unload [deleted file]
scripts/modlib.sh [deleted file]
scripts/refresh-compat [deleted file]
scripts/refresh-compat-local [deleted file]
scripts/skip-colors [deleted file]
scripts/unload.sh [deleted file]
scripts/update-initramfs [deleted file]
scripts/wlunload.sh [deleted file]