Skip to content
Snippets Groups Projects
Commit abeaff88 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

brcm2708-gpu-fw: move pkg build dir to kernel build dir to fix rebuild bugs...

brcm2708-gpu-fw: move pkg build dir to kernel build dir to fix rebuild bugs after cleaning the kernel tree

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 48732
parent 09997e41
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_REV).tar.gz
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment