projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: allow to specify max read size for m25p80
[openwrt.git]
/
package
/
ltq-dsl-app
/
Makefile
diff --git
a/package/ltq-dsl-app/Makefile
b/package/ltq-dsl-app/Makefile
index
fb3e4ac
..
981a6a7
100644
(file)
--- a/
package/ltq-dsl-app/Makefile
+++ b/
package/ltq-dsl-app/Makefile
@@
-22,12
+22,15
@@
PKG_CONFIG_DEPENDS:=\
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
+PKG_BUILD_DEPENDS:=TARGET_lantiq_danube:kmod-ltq-dsl-danube TARGET_lantiq_ar9:kmod-ltq-dsl-ar9 \
+ TARGET_lantiq_vr9:kmod-ltq-dsl-vr9 TARGET_lantiq_ase:kmod-ltq-dsl-ase
+
define Package/ltq-dsl-app
SECTION:=net
CATEGORY:=Network
TITLE:=Lantiq DSL userland tool
URL:=http://www.lantiq.com/
define Package/ltq-dsl-app
SECTION:=net
CATEGORY:=Network
TITLE:=Lantiq DSL userland tool
URL:=http://www.lantiq.com/
- DEPENDS:=@TARGET_lantiq
_danube +kmod-ltq-dsl
+libpthread
+ DEPENDS:=@TARGET_lantiq
&&!(TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable)
+libpthread
MAINTAINER:=John Crispin <blogic@openwrt.org>
MENU:=1
endef
MAINTAINER:=John Crispin <blogic@openwrt.org>
MENU:=1
endef
This page took
0.024121 seconds
and
4
git commands to generate.