projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2aadf1
)
[packages] usb-modeswitch-data: only offer this package if usb-modeswitch has been...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 4 Jul 2010 18:57:19 +0000
(18:57 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 4 Jul 2010 18:57:19 +0000
(18:57 +0000)
SVN-Revision: 22064
utils/usb-modeswitch-data/Makefile
patch
|
blob
|
history
diff --git
a/utils/usb-modeswitch-data/Makefile
b/utils/usb-modeswitch-data/Makefile
index f9316c70d2c15110bac494f480c4c2680751c8bc..dc71f429892f99c5bbb87c881ce6a0a0f3392c3b 100644
(file)
--- a/
utils/usb-modeswitch-data/Makefile
+++ b/
utils/usb-modeswitch-data/Makefile
@@
-20,7
+20,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/usb-modeswitch-data
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=
+
usb-modeswitch
+ DEPENDS:=usb-modeswitch
TITLE:=USB ModeSwitch - Dongle configuration database
URL:=http://packages.debian.org/de/sid/usb-modeswitch-data
endef