X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fwireless-tools;h=2da0fe6e1a4f37f24704553eb610ddadfea18cc1;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=19ad589017921f99c4e2e8281c047ebf5f2487f0;hpb=a907e8a03b528f1583f3a3212e30cde8bd85d62e;p=hvlinux.git diff --git a/stage2/pkg/wireless-tools b/stage2/pkg/wireless-tools index 19ad589..2da0fe6 100644 --- a/stage2/pkg/wireless-tools +++ b/stage2/pkg/wireless-tools @@ -3,7 +3,7 @@ hvconfig_pre() { sed -e "s!^\(INSTALL_DIR=\).*!\1/sbin!" \ - -e "s!^\(INSTALL_LIB=\).*!\1/lib!" -i ${LFS_TMP}/${PACKAGE}/Makefile + -e "s!^\(INSTALL_LIB=\).*!\1/lib!" -i ${SRC_DIR}/Makefile } hvbuild_post() @@ -18,7 +18,7 @@ BOOTPROTO="static" # The following variables are used only for "static": IPADDR="192.168.1.6" -PREFIX_LENGTH="24" +NETMASK_LENGTH="24" GATEWAY="192.168.1.1" EOF }