aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-atm/Makefile
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-10-15 12:29:22 +0200
committerMathias Kresin <dev@kresin.me>2017-10-25 08:45:05 +0200
commit1470c79cebdae83161a48a5e08c6002ecf090f42 (patch)
treecfd81b21e036ea69651028df67027bd79a5bd977 /package/kernel/lantiq/ltq-atm/Makefile
parentd456a888d07e97491ad2d57f470801bbbc4c06a6 (diff)
downloadupstream-1470c79cebdae83161a48a5e08c6002ecf090f42.tar.gz
upstream-1470c79cebdae83161a48a5e08c6002ecf090f42.tar.bz2
upstream-1470c79cebdae83161a48a5e08c6002ecf090f42.zip
ltq-adsl-app: use notification based ATM/PTM driver load
This patch removes the fixed atm/ptm driver loading and switches to notification based driver loading. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/lantiq/ltq-atm/Makefile')
-rw-r--r--package/kernel/lantiq/ltq-atm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile
index 7f4c197fe5..065ce17e34 100644
--- a/package/kernel/lantiq/ltq-atm/Makefile
+++ b/package/kernel/lantiq/ltq-atm/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ltq-atm
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/ltq-atm-$(BUILD_VARIANT)
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
@@ -24,7 +24,6 @@ define KernelPackage/ltq-atm-template
VARIANT:=$(1)
DEPENDS:=@$(2) +kmod-atm +br2684ctl
FILES:=$(PKG_BUILD_DIR)/ltq_atm_$(1).ko
- AUTOLOAD:=$(call AutoProbe,ltq_atm_$(1))
endef
KernelPackage/ltq-atm-danube=$(call KernelPackage/ltq-atm-template,danube,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy))