mirror of https://github.com/hak5/openwrt-owl.git
parent
38d1cb8cbd
commit
e7c9479ae4
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
||||
ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
|
||||
ln -sf "/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
||||
ln -sf "/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
|
||||
|
|
Loading…
Reference in New Issue