diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-17 18:49:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-17 18:49:52 +0000 |
commit | c123fc3ccf634d57c891af70a1c355aecaa571a6 (patch) | |
tree | 507eb8c5e97d12d87536a72a2aee2f959f79154c /package/linux/Config.in | |
parent | 970e8889838732358c6bac845ff2753f4a607bb8 (diff) | |
download | buildroot-novena-c123fc3ccf634d57c891af70a1c355aecaa571a6.tar.gz buildroot-novena-c123fc3ccf634d57c891af70a1c355aecaa571a6.zip |
move more stuff around for better board support
Diffstat (limited to 'package/linux/Config.in')
-rw-r--r-- | package/linux/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/linux/Config.in b/package/linux/Config.in deleted file mode 100644 index 4588e48ef..000000000 --- a/package/linux/Config.in +++ /dev/null @@ -1,7 +0,0 @@ -config BR2_PACKAGE_LINUX - bool "linux" - default n - help - The Linux kernel. - - http://www.kernel.org/ |