diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-21 06:59:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-21 06:59:18 +0000 |
commit | d2a645959601faaba68b0b836b669c10934ed4e4 (patch) | |
tree | ebf81240804effbee7cb0159f58f884a7d3de6fe /target | |
parent | f102202ffc57bcd4f5ef0097e5d746ceea5350be (diff) | |
download | upstream-d2a645959601faaba68b0b836b669c10934ed4e4.tar.gz upstream-d2a645959601faaba68b0b836b669c10934ed4e4.tar.bz2 upstream-d2a645959601faaba68b0b836b669c10934ed4e4.zip |
kernel: fix generic/3.18 wpan symbols
-removed symbol because it should be handled by wpan.mk
-add missing FAKEHARD symbol (this symbol is removed in Kernel 4.0)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.18 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index e116190aa4..8cc909f2a9 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -1428,7 +1428,7 @@ CONFIG_HZ_100=y # CONFIG_IDE_PHISON is not set # CONFIG_IDE_PROC_FS is not set # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IEEE802154 is not set +# CONFIG_IEEE802154_FAKEHARD is not set # CONFIG_IFB is not set # CONFIG_IGB is not set # CONFIG_IGBVF is not set |