FREETYPE="freetype-2.3.11"
FRIBIDI="fribidi-0.10.9"
FUSE="fuse-2.8.3"
+B43_FWCUTTER="b43-fwcutter-013"
GAWK="gawk-3.1.8"
GC="gc6.8"
ipkg -m noac ${UDEV_CONFIG}
ipkg ${GRUB}
ipkg -m acnb ${DHCP}
-ipkg -m noac -s wireless-tools ${WIRELESS_TOOLS}
+PREFIX=/usr ipkg -m noac -s wireless-tools ${WIRELESS_TOOLS}
ipkg -m noac ${WPA_SUPPLICANT}
+PREFIX=/usr ipkg -m noac ${B43_FWCUTTER}
ipkg ${NANO}
rscr once "Installing HV-utilities" install-hv-utilities
fpkg -e "tar.gz" ${WIRELESS_TOOLS} \
"http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux"
fpkg -e "tar.gz" ${WPA_SUPPLICANT} "http://hostap.epitest.fi/releases"
+fpkg ${B43_FWCUTTER} "http://bu3sch.de/b43/fwcutter"
fpkg -s "linux/utils/kbd" ${KBD} ${KERNEL_URL}
fpkg -e "tar.gz" ${LESS} "http://www.greenwoodsoftware.com/less"
#!/bin/bash
-hvbuild()
+hvconfig_pre()
{
- make
- make PREFIX=/usr install
+ sed -e "s!^\(INSTALL_DIR=\).*!\1/sbin!" \
+ -e "s!^\(INSTALL_LIB=\).*!\1/lib!" -i ${LFS_TMP}/${PACKAGE}/Makefile
}
hvbuild_post()
CONFIG_DRIVER_WEXT=y
CONFIG_CTRL_IFACE=y
CONFIG_BACKEND=file
+
+CONFIG_TLS=internal
+
+# If CONFIG_TLS=internal is used, additional library and include paths are
+# needed for LibTomMath. Alternatively, an integrated, minimal version of
+# LibTomMath can be used. See beginning of libtommath.c for details on benefits
+# and drawbacks of this option.
+CONFIG_INTERNAL_LIBTOMMATH=y
+
+# At the cost of about 4 kB of additional binary size, the internal LibTomMath
+# can be configured to include faster routines for exptmod, sqr, and div to
+# speed up DH and RSA calculation considerably
+CONFIG_INTERNAL_LIBTOMMATH_FAST=y
+
EOF
make