mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-29 09:50:01 +04:00
opkg: add missing dependency on libpthread
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -41,7 +41,7 @@ define Package/opkg/Default
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
TITLE:=opkg package manager
|
||||
DEPENDS:=+uclient-fetch
|
||||
DEPENDS:=+uclient-fetch +libpthread
|
||||
URL:=http://wiki.openmoko.org/wiki/Opkg
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user