move platform specific base-files into target/linux/<targetname>
[openwrt/svn-archive/archive.git] / target / linux / brcm-2.4 / base-files.mk
1 define Build/Compile
2 $(call Build/Compile/Default)
3 $(TARGET_CC) -I $(PLATFORM_DIR)/src -o $(PKG_BUILD_DIR)/jffs2root $(PLATFORM_DIR)/src/jffs2root.c
4 endef
5
6 define Package/base-files/install-target
7 rm -f $(1)/etc/config/network
8 mkdir -p $(1)/sbin
9 $(CP) $(PKG_BUILD_DIR)/jffs2root $(1)/sbin
10 endef
11
12