X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fboot%2Fuboot-omap%2FMakefile;h=6e836d047a6fdd88d819556b67c7e672213b0822;hb=44d5800fe14ecf8cb5276931f3b3f48ee3f19e4f;hp=45d32bd3c3a446328db84bc6cc2d83a34f0bb32e;hpb=4c3f2ed4ca6d6891606b0d813bd7640d13f55015;p=openwrt%2F.git diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index 45d32bd3c3..6e836d047a 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -19,6 +19,9 @@ PKG_SOURCE_URL:= \ PKG_MD5SUM:=a076a044b64371edc52f7e562b13f6b2 PKG_TARGETS:=bin +PKG_LICENSE:=GPL-2.0 GPL-2.0+ +PKG_LICENSE_FILES:=Licenses/README + include $(INCLUDE_DIR)/package.mk define uboot/Default @@ -71,7 +74,7 @@ endif define Build/Configure $(MAKE) -C $(PKG_BUILD_DIR) \ - $(UBOOT_CONFIG)_config + USE_PRIVATE_LIBGCC=yes $(UBOOT_CONFIG)_config endef define Build/Compile