Oops. Don't apply this one. It worked okay on a soekris net4826 build, but got an error building for ar71xx. Not sure yet specifically what is causing the trouble. Reverting this one, but applying the other three in this series built and is running on ar71xx.
Removes what appear to be unused and/or unnecessary environment variables passed to make.
Signed-off-by: Russell Senior russell@personaltelco.net
batman-adv/Makefile | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/batman-adv/Makefile b/batman-adv/Makefile index c5c7625..1344198 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -40,13 +40,8 @@ define KernelPackage/batman-adv/config endef
MAKE_BATMAN_ADV_ARGS += \
- CROSS_COMPILE="$(TARGET_CROSS)" \ KERNELPATH="$(LINUX_DIR)" \
- ARCH="$(LINUX_KARCH)" \
- PATH="$(TARGET_PATH)" \
- SUBDIRS="$(PKG_BUILD_DIR)" \ PWD="$(PKG_BUILD_DIR)" \
- LINUX_VERSION="$(LINUX_VERSION)" \ CONFIG_BATMAN_ADV_DEBUG=$(if $(CONFIG_KMOD_BATMAN_ADV_DEBUG_LOG),y,n) \ CONFIG_BATMAN_ADV_BLA=$(if $(CONFIG_KMOD_BATMAN_ADV_BLA),y,n) \ CONFIG_BATMAN_ADV_DAT=$(if $(CONFIG_KMOD_BATMAN_ADV_DAT),y,n) \
-- 1.8.1.2