diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-07-29 04:16:43 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-07-29 04:16:43 +0000 |
commit | 53332ba9c28d35c9bb1d4dc8aef5ac0bbab06e53 (patch) | |
tree | 283494dad5b4da0291f6d16cdaab4e049354a336 /package/opkg/patches/002-fix-autogen | |
parent | 2ddbb426c884d53498aa024de767b5dede4ebb9f (diff) | |
download | mtk-20170518-53332ba9c28d35c9bb1d4dc8aef5ac0bbab06e53.zip mtk-20170518-53332ba9c28d35c9bb1d4dc8aef5ac0bbab06e53.tar.gz mtk-20170518-53332ba9c28d35c9bb1d4dc8aef5ac0bbab06e53.tar.bz2 |
add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg
SVN-Revision: 11983
Diffstat (limited to 'package/opkg/patches/002-fix-autogen')
-rw-r--r-- | package/opkg/patches/002-fix-autogen | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/opkg/patches/002-fix-autogen b/package/opkg/patches/002-fix-autogen new file mode 100644 index 0000000..0d39c42 --- /dev/null +++ b/package/opkg/patches/002-fix-autogen @@ -0,0 +1,8 @@ +--- opkg-4561/autogen.sh-orig 2008-07-28 18:00:33.000000000 -0500 ++++ opkg-4561/autogen.sh 2008-07-28 18:00:45.000000000 -0500 +@@ -1,5 +1,3 @@ + #! /bin/sh + autoreconf -v --install || exit 1 + glib-gettextize --force --copy || exit 1 +-./configure --enable-maintainer-mode "$@" +- |