treewide: clean up download hashes
[lede-git/.git] / package / boot / imx-bootlets / Makefile
index 1c6a23c06f5c3afa7c7d88be682993301e219736..742c8a3bd0953c7b7971a12595b848839a50a645 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -11,19 +11,19 @@ PKG_VERSION:=10.05.02
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://trabant.uid0.hu/openwrt/
-PKG_MD5SUM:=82e375193b66ca643023c1656d536282
+PKG_HASH:=09ecd81a64db5166a235932146faf08d0689bfc7ac04ac9fcc3a5bd809fba74a
 
 include $(INCLUDE_DIR)/package.mk
 
 define Package/imx-bootlets
        SECTION:=boot
        CATEGORY:=Boot Loaders
-       TITLE:=i.MX23 bootlets
-       DEPENDS:=@TARGET_imx23
+       TITLE:=i.MX23/i.MX28 bootlets
+       DEPENDS:=@TARGET_mxs
 endef
 
 define Package/imx-bootlets/description
- i.MX23 bootlets (for oLinuxino)
+ i.MX23/i.MX28 bootlets (for oLinuxino)
 endef
 
 define Build/Compile