From f77b88d124ea1c900f9cf5e04046939aad48bbe1 Mon Sep 17 00:00:00 2001 From: mbm Date: Sun, 6 Mar 2005 03:34:52 +0000 Subject: nbd's makefile/menuconfig rewrite git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openwrt/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/openwrt/Makefile (limited to 'package/openwrt/Makefile') diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile new file mode 100644 index 000000000..424ae4f9a --- /dev/null +++ b/package/openwrt/Makefile @@ -0,0 +1,9 @@ +include $(TOPDIR)/rules.mk + +include ./openwrt.mk + +source: openwrt-source +prepare: $(LINKSYS_SHARED_DIR)/.source +compile: $(TARGET_DIR)/$(LINKSYS_SHARED_TARGET_BINARY) +install: compile openwrt +clean: openwrt-dirclean -- cgit v1.2.3