Author: nbd Date: 2016-02-16 22:42:00 +0100 (Tue, 16 Feb 2016) New Revision: 48732
Modified: trunk/package/kernel/brcm2708-gpu-fw/Makefile Log: brcm2708-gpu-fw: move pkg build dir to kernel build dir to fix rebuild bugs after cleaning the kernel tree Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/brcm2708-gpu-fw/Makefile =================================================================== --- trunk/package/kernel/brcm2708-gpu-fw/Makefile 2016-02-16 21:30:20 UTC (rev 48731) +++ trunk/package/kernel/brcm2708-gpu-fw/Makefile 2016-02-16 21:42:00 UTC (rev 48732) @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://github.com/Hexxeh/rpi-firmware/archive/ PKG_MD5SUM:=66bbad77fdd9e5391d4130fa11d94646 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_REV) +PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_REV) include $(INCLUDE_DIR)/package.mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
