Remove symbolic links to non-existent applets (#1770)
SVN-Revision: 7600
This commit is contained in:
parent
60bad51703
commit
efe19f0200
|
@ -70,6 +70,7 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/busybox/install
|
define Package/busybox/install
|
||||||
|
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 New Issue