mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-06 12:44:00 -05:00
4 lines
122 B
Bash
4 lines
122 B
Bash
#!/bin/sh
|
|
ln -sf "/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
|
ln -sf "/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
|