1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ltq-dsl]

* add support for ar9
* add support for ase

(vr9 support is still a todo)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28406 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2011-10-10 15:14:17 +00:00
parent eac20bee29
commit 8f0961f8a1
30 changed files with 10593 additions and 566 deletions

View File

@@ -1,6 +1,3 @@
menu "Configuration"
depends on PACKAGE_ltq-dsl-app
config LTQ_DSL_ENABLE_CLI
bool "Enable CLI support"
depends on PACKAGE_ltq-dsl-app
@@ -10,5 +7,3 @@ config LTQ_DSL_ENABLE_DSL_EVENT_POLLING
bool "Include Event Polling support"
depends on PACKAGE_ltq-dsl-app
default n
endmenu

View File

@@ -22,12 +22,15 @@ PKG_CONFIG_DEPENDS:=\
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/
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