projects
/
10.03
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f80ac
)
swconfig: depend on !LINUX_2_4 in backfire
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jun 2012 17:18:00 +0000
(17:18 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jun 2012 17:18:00 +0000
(17:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@32123
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index
91939bb
..
7be4816
100644
(file)
--- a/
package/swconfig/Makefile
+++ b/
package/swconfig/Makefile
@@
-16,7
+16,7
@@
include $(INCLUDE_DIR)/kernel.mk
define Package/swconfig
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=@!TARGET_brcm47xx +libuci +libnl-tiny
+ DEPENDS:=@!
LINUX_2_4 @!
TARGET_brcm47xx +libuci +libnl-tiny
TITLE:=Switch configuration utility
endef