config DS_PACKAGE_OPENVPN
bool "openvpn 2.1_beta14"
select DS_LIB_libssl
default n
help
VPN Server
config DS_PACKAGE_OPENVPN_WITH_LZO
bool "With lzo"
depends on DS_PACKAGE_OPENVPN
select DS_LIB_liblzo2
default n
# Pack firmare image (use old tar for compatibility)
echo "packing ${modimage}"
tar -cf - --owner=0 --group=0 --mode=0755 [COLOR=red]--format=oldgnu[/COLOR] -C "$FIRMWARE_MOD_DIR" . > "${DIR}/${modimage}" || exit 1
/usr/www/all/cgi-bin/dsmod_status -> /usr/www/cgi-bin/dsmod_status
/usr/www/cgi-bin/dsmod_status -> /usr/bin/dsmod_status
if [ "$DS_TYPE_SPEEDPORT_W701V" != "y" ]
then
[...]
[ -d "${FILESYSTEM_MOD_DIR}/usr/www/all/cgi-bin" ] && \
ln -sf /usr/www/cgi-bin/dsmod_status "${FILESYSTEM_MOD_DIR}/usr/www/all/cgi-bin/dsmod_status"
[...]
fi
olistudent schrieb:You have to use another "tar". But I have no idea how to do this for your Linux distri.
Another idea:
Remove "--format=oldgnu" from fwmod and see what happens.Code:# Pack firmare image (use old tar for compatibility) echo "packing ${modimage}" tar -cf - --owner=0 --group=0 --mode=0755 [COLOR=red]--format=oldgnu[/COLOR] -C "$FIRMWARE_MOD_DIR" . > "${DIR}/${modimage}" || exit 1
Greets, Oliver