Skip to content
Snippets Groups Projects
Commit 9531e0fc authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

package: fix toolchain ipk flags


Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent d9ad55a6
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ PKG_RELEASE:=1
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
PKG_LICENSE:=GPL-3.0-with-GCC-exception
PKG_FLAGS:=hold essential nonshared
include $(INCLUDE_DIR)/package.mk
ifneq ($(DUMP),1)
......@@ -139,7 +141,6 @@ define Package/libc/Default
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
DEPENDS:=+libgcc
URL:=$(LIBC_URL)
PKG_FLAGS:=hold essential nonshared
endef
......
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