mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-12 03:56:15 +02:00
a77ff5d0a0
- symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11983 3c298f89-4303-0410-b956-a3cf2f4a3e73
3 lines
81 B
Bash
3 lines
81 B
Bash
#!/bin/sh
|
|
ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|