aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 07:41:29 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 07:41:29 +0000
commit7cb242108804dff76f972a5b473d49dcbd23224d (patch)
treec562d3bf0f15d04fd3f9a9e9a1765ce1773bab59
parent3d5a4b036c3ad035450aa7fdac8c39d2f0bc6fa2 (diff)
downloadupstream-7cb242108804dff76f972a5b473d49dcbd23224d.tar.gz
upstream-7cb242108804dff76f972a5b473d49dcbd23224d.tar.bz2
upstream-7cb242108804dff76f972a5b473d49dcbd23224d.zip
add source for linksys stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@263 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/openwrt/Makefile.in1
-rw-r--r--package/openwrt/openwrt.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/package/openwrt/Makefile.in b/package/openwrt/Makefile.in
deleted file mode 100644
index 5843057b1a..0000000000
--- a/package/openwrt/Makefile.in
+++ /dev/null
@@ -1 +0,0 @@
-TARGETS+=openwrt
diff --git a/package/openwrt/openwrt.mk b/package/openwrt/openwrt.mk
index 4945e69c62..2cf91dfa7f 100644
--- a/package/openwrt/openwrt.mk
+++ b/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
-