diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-09 16:54:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-09 16:54:06 +0200 |
commit | baad00174d0e9c68e31e0d06e60a7979a39dc6eb (patch) | |
tree | 3b394e58cd1da9141a4e533fc4126e37ac3cb1c7 /package/bcm2835-firmware/Makefile | |
parent | a61beceb0d5a3bda0301904c8807d12a85529281 (diff) |
make a bootable system configuration for raspberry pi
Diffstat (limited to 'package/bcm2835-firmware/Makefile')
-rw-r--r-- | package/bcm2835-firmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bcm2835-firmware/Makefile b/package/bcm2835-firmware/Makefile index 0f9e9f2a6..5f51445d2 100644 --- a/package/bcm2835-firmware/Makefile +++ b/package/bcm2835-firmware/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= bcm2835-firmware -PKG_VERSION:= 0.2 +PKG_VERSION:= 0.3 PKG_RELEASE:= 1 -PKG_MD5SUM:= fecab45f97a44babaf618523852bbb9b +PKG_MD5SUM:= e564b5d20153abc9b71d0bde8ece72f3 PKG_DESCR:= firmware for raspberry pi (bcm2835) PKG_SECTION:= base PKG_SITES:= http://openadk.org/distfiles/ |