diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-19 18:25:25 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-19 18:25:25 +0000 |
commit | 6a5e469c87469bfb4255763cdc015753b297196e (patch) | |
tree | 7740cc6de02432089106f38f56d2a73f3ad0e395 /toolchain/uClibc/Makefile | |
parent | 9a02308cf05c6d0c12bf5815dfa37cba332a238a (diff) |
remove support for uclibc 0.9.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r-- | toolchain/uClibc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 1d18bffb49..432de47220 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -24,7 +24,6 @@ endif PATCH_DIR:=./patches-$(PKG_VERSION) CONFIG_DIR:=./config-$(PKG_VERSION) -PKG_MD5SUM_0.9.29 = 61dc55f43b17a38a074f347e74095b20 PKG_MD5SUM_0.9.30.1 = 1a4b84e5536ad8170563ffa88c34679c PKG_MD5SUM=$(PKG_MD5SUM_$(PKG_VERSION)) |