projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d24388d
)
wpan: remove duplicate DEPENDS
author
Luka Perkov
<luka@openwrt.org>
Mon, 13 Apr 2015 07:01:32 +0000
(07:01 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Mon, 13 Apr 2015 07:01:32 +0000
(07:01 +0000)
Signed-off-by: Varka Bhadram <varkab@cdac.in>
SVN-Revision: 45409
package/kernel/linux/modules/wpan.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/wpan.mk
b/package/kernel/linux/modules/wpan.mk
index 8b253774f74641785b170a1867efe3fdbbd631c6..0b1f33aaf3bb2989bc35453377ad78458c3c02fa 100644
(file)
--- a/
package/kernel/linux/modules/wpan.mk
+++ b/
package/kernel/linux/modules/wpan.mk
@@
-110,7
+110,6
@@
define KernelPackage/ieee802154_6lowpan
TITLE:= 6LoWPAN support over IEEE-802.15.4
DEPENDS:=@LINUX_4_0
KCONFIG:=CONFIG_IEEE802154_6LOWPAN
- DEPENDS:=@LINUX_4_0
FILES:=$(LINUX_DIR)/net/ieee802154/6lowpan/ieee802154_6lowpan.ko
AUTOLOAD:=$(call AutoLoad,91,ieee802154_6lowpan)
endef