diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-27 14:08:38 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-27 14:08:38 +0000 |
commit | c7674e83528b3f45990efe6858a7ca5b52fc2944 (patch) | |
tree | c86f14488f5087919834c77e3eb0d2a6a957d602 /package/ifxmips-dsl-api/Makefile | |
parent | 8df378a9183733235740e5065206c110b42926c8 (diff) | |
download | upstream-c7674e83528b3f45990efe6858a7ca5b52fc2944.tar.gz upstream-c7674e83528b3f45990efe6858a7ca5b52fc2944.tar.bz2 upstream-c7674e83528b3f45990efe6858a7ca5b52fc2944.zip |
fix .32 kernel, add support for .33 kernel
SVN-Revision: 21194
Diffstat (limited to 'package/ifxmips-dsl-api/Makefile')
-rw-r--r-- | package/ifxmips-dsl-api/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/ifxmips-dsl-api/Makefile b/package/ifxmips-dsl-api/Makefile index 9d20ce0b3a..c9303a9a80 100644 --- a/package/ifxmips-dsl-api/Makefile +++ b/package/ifxmips-dsl-api/Makefile @@ -17,6 +17,10 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/drv_dsl_cpe_api-$(PKG_VERSION) PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ PKG_MD5SUM:=c45bc531c1ed2ac80f68fb986b63bb87 +ifeq ($(DUMP),) + STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_IFXMIPS_DSL_' $(TOPDIR)/.config | md5s) +endif + FW_BASE_NAME:=dsl_danube_firmware_adsl FW_A_VER:=02.04.04.00.00.01 FW_B_VER:=02.04.01.07.00.02 @@ -25,6 +29,8 @@ FW_B_FILE_VER:=241702 FW_A_MD5:=f717db3067a0049a26e233ab11238710 FW_B_MD5:=349de7cd20368f4ac9b7e8322114a512 +PATCH_DIR ?= ./patches$(if $(wildcard ./patches-$(KERNEL_PATCHVER)),-$(KERNEL_PATCHVER)) + include $(INCLUDE_DIR)/package.mk define KernelPackage/ifxmips-dsl-api |