projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8aabfe
)
netifd: remove obsolete config variable dependency
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 29 May 2012 13:02:10 +0000
(13:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 29 May 2012 13:02:10 +0000
(13:02 +0000)
SVN-Revision: 31988
package/netifd/Makefile
patch
|
blob
|
history
diff --git
a/package/netifd/Makefile
b/package/netifd/Makefile
index 236678d95df440ce051e6db5d78f32935a14eebd..805f2f3bbe5b870b27147f4f24c1f0c8ae636cdd 100644
(file)
--- a/
package/netifd/Makefile
+++ b/
package/netifd/Makefile
@@
-18,7
+18,7
@@
include $(INCLUDE_DIR)/cmake.mk
define Package/netifd
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn
@!DISABLE_NETIFD
+ DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn
TITLE:=OpenWrt Network Interface Configuration Daemon
endef