summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-06 01:04:33 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-06 01:05:20 -0600
commit35703dcdf385f4c3545a143260ca4be50d17b0e1 (patch)
tree1927c8fa55658acae965593cb0fdb0d03bde479b /mk/build.mk
parent7254e6b8c61383d9fd523c01e7136091159cd136 (diff)
sync with upstream firmwarei, omxplayer and userland
Rename packages, as bcm2836 is also supported now.
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index d8d1a047c..8fc7bcd68 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -110,7 +110,7 @@ POSTCONFIG= -@\
done; \
for i in ADK_KERNEL_BCM2708_DT ADK_KERNEL_BCM2709_DT ADK_TARGET_GPU_MEM ADK_KERNEL_SND_BCM2708;do \
if [ "$$(grep ^$$i .config|md5sum)" != "$$(grep ^$$i .config.old|md5sum)" ];then \
- touch .rebuild.bcm2835-bootloader;\
+ touch .rebuild.bcm28xx-bootloader;\
rebuild=1;\
fi; \
done; \