diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-29 10:20:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-29 10:20:37 +0000 |
commit | 9a0be5341fd7bffe3710af64f62638ea45cc53f1 (patch) | |
tree | 4649f346ece7f71a58f50e2a12898c13416568b1 /openwrt | |
parent | e1e75c81f434b1b35776be9de59f71152439be2f (diff) | |
download | mtk-20170518-9a0be5341fd7bffe3710af64f62638ea45cc53f1.zip mtk-20170518-9a0be5341fd7bffe3710af64f62638ea45cc53f1.tar.gz mtk-20170518-9a0be5341fd7bffe3710af64f62638ea45cc53f1.tar.bz2 |
update et source to 0.9
SVN-Revision: 1097
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/linux-2.4/broadcom.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/broadcom.mk b/openwrt/target/linux/linux-2.4/broadcom.mk index edf638d..bd0bb9e 100644 --- a/openwrt/target/linux/linux-2.4/broadcom.mk +++ b/openwrt/target/linux/linux-2.4/broadcom.mk @@ -10,8 +10,8 @@ LINUX_BINARY_DRIVER_SITE=http://openwrt.org/downloads/ # proprietary driver, extracted from asus GPL sourcetree GPL_1941.zip LINUX_BINARY_WL_DRIVER=kernel-binary-wl-0.3.tar.gz LINUX_BINARY_WL_MD5SUM=cc45df670bcfb4e74a709b9d7beba636 -LINUX_ET_DRIVER=kernel-source-et-0.8.tar.gz -LINUX_ET_MD5SUM=6a5cedaf88c7660380e0ac8c89fc6318 +LINUX_ET_DRIVER=kernel-source-et-0.9.tar.gz +LINUX_ET_MD5SUM=eba31483e5ff4f8420827538ab452b7c $(DL_DIR)/$(LINUX_BINARY_WL_DRIVER): $(SCRIPT_DIR)/download.pl $(DL_DIR) $(LINUX_BINARY_WL_DRIVER) $(LINUX_BINARY_WL_MD5SUM) $(LINUX_BINARY_DRIVER_SITE) |