unified preinit environment
[openwrt.git] / target / linux / brcm-2.4 / base-files.mk
index 9a2e365..6191cb2 100644 (file)
@@ -1,12 +1,9 @@
 define Build/Compile
        $(call Build/Compile/Default)
-       $(TARGET_CC) -I $(PLATFORM_DIR)/src -o $(PKG_BUILD_DIR)/jffs2root $(PLATFORM_DIR)/src/jffs2root.c
 endef
 
 define Package/base-files/install-target
        rm -f $(1)/etc/config/network
-       mkdir -p $(1)/sbin
-       $(CP) $(PKG_BUILD_DIR)/jffs2root $(1)/sbin
 endef
 
 
This page took 0.020319 seconds and 4 git commands to generate.