X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f7fe89d340e890e4a2247e2afc5e324fab672754..e2f57790973a69f3cce142d420037612d9011bba:/target/linux/ar7-2.6/base-files.mk?ds=sidebyside diff --git a/target/linux/ar7-2.6/base-files.mk b/target/linux/ar7-2.6/base-files.mk new file mode 100644 index 000000000..f21a604b8 --- /dev/null +++ b/target/linux/ar7-2.6/base-files.mk @@ -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 + +