make zaptel-1.4.x compile again with brcm-2.4
This commit is contained in:
parent
bb40731031
commit
7aa4e7a403
1 changed files with 11 additions and 6 deletions
|
@ -61,14 +61,19 @@ define Package/zaptel14-libtonezone/description
|
||||||
This package contains the libraries for accessing zaptel/dummy drivers.
|
This package contains the libraries for accessing zaptel/dummy drivers.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
MAKE_FLAGS:= \
|
||||||
|
ARCH="$(LINUX_KARCH)" \
|
||||||
|
CC="$(TARGET_CC) $(TARGET_CFLAGS)" \
|
||||||
|
LD="$(TARGET_CROSS)ld" \
|
||||||
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
|
KVERS="$(LINUX_VERSION)" \
|
||||||
|
KSRC="$(LINUX_DIR)" \
|
||||||
|
TOPDIR_MODULES="zaptel ztdummy" \
|
||||||
|
SUBDIR_MODULES=""
|
||||||
|
|
||||||
define Build/Compile/kmod
|
define Build/Compile/kmod
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
ARCH="$(LINUX_KARCH)" \
|
$(MAKE_FLAGS) \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
|
||||||
KVERS="$(LINUX_VERSION)" \
|
|
||||||
KSRC="$(LINUX_DIR)" \
|
|
||||||
TOPDIR_MODULES="zaptel ztdummy" \
|
|
||||||
SUBDIR_MODULES="" \
|
|
||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue