copy adam2 patch from ar7-2.4 to ar7-2.6
[openwrt.git] / target / linux / ar7-2.6 / base-files.mk
diff --git a/target/linux/ar7-2.6/base-files.mk b/target/linux/ar7-2.6/base-files.mk
new file mode 100644 (file)
index 0000000..f21a604
--- /dev/null
@@ -0,0 +1,11 @@
+define Build/Compile
+       $(call Build/Compile/Default)
+       $(TARGET_CC) -o $(PKG_BUILD_DIR)/adam2patcher $(PLATFORM_DIR)/src/adam2patcher.c
+endef
+
+define Package/base-files/install-target
+       mkdir -p $(1)/sbin
+       $(CP) $(PKG_BUILD_DIR)/adam2patcher $(1)/sbin
+endef
+
+
This page took 0.02652 seconds and 4 git commands to generate.