parent
32a88f5fd1
commit
b3a9b8d061
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/busybox/install
|
define Package/busybox/install
|
||||||
find $(PKG_BUILD_DIR) -lname busybox -exec rm \{\} \;
|
find $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
|
|
Loading…
Reference in a new issue