diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 07:41:29 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 07:41:29 +0000 |
commit | 66e0e8d8351458e26fa07738510a6768f22c1817 (patch) | |
tree | 7a8a86b98390b1416b017bb13478212fc49739e5 /openwrt/package | |
parent | 9de7746a19132595b6b39561fba6a9ee5c2ad1a4 (diff) |
add source for linksys stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@263 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/openwrt/Makefile.in | 1 | ||||
-rw-r--r-- | openwrt/package/openwrt/openwrt.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/package/openwrt/Makefile.in b/openwrt/package/openwrt/Makefile.in deleted file mode 100644 index 5843057b1..000000000 --- a/openwrt/package/openwrt/Makefile.in +++ /dev/null @@ -1 +0,0 @@ -TARGETS+=openwrt diff --git a/openwrt/package/openwrt/openwrt.mk b/openwrt/package/openwrt/openwrt.mk index 4945e69c6..2cf91dfa7 100644 --- a/openwrt/package/openwrt/openwrt.mk +++ b/openwrt/package/openwrt/openwrt.mk @@ -4,6 +4,7 @@ # ############################################################# +LINKSYS_TGZ_SITE=http://openwrt.openbsd-geek.de LINKSYS_KERNEL_INCLUDE=$(BUILD_DIR)/linksys-kernel # shared library stuff extracted from linksys firmware GPL sourcetree @@ -117,4 +118,3 @@ openwrt-addpattern: $(OPENWRT_ADDPATTERN_TARGET) openwrt: linksys-shared linksys-nvram linksys-wlconf openwrt-mtd openwrt-trx openwrt-addpattern - |