Author: alexander
Date: 2007-08-16 08:35:45 -0600 (Thu, 16 Aug 2007)
New Revision: 2031
Modified:
trunk/packages/binutils/Makefile
trunk/packages/gcc/Makefile
trunk/packages/glibc/Makefile
trunk/packages/net-firmware/Makefile
Log:
Use the proper version of iwlwifi firmware
Modified: trunk/packages/binutils/Makefile
===================================================================
--- trunk/packages/binutils/Makefile 2007-08-16 07:32:45 UTC (rev 2030)
+++ trunk/packages/binutils/Makefile 2007-08-16 14:35:45 UTC (rev 2031)
@@ -80,7 +80,7 @@
compile-stage2:
../$(DIR)/configure --prefix=/usr --enable-shared
make tooldir=/usr
- -make CFLAGS= -k check
+ #-make CFLAGS= -k check
make tooldir=/usr install
cp ../$(DIR)/include/libiberty.h /usr/include
Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2007-08-16 07:32:45 UTC (rev 2030)
+++ trunk/packages/gcc/Makefile 2007-08-16 14:35:45 UTC (rev 2031)
@@ -73,7 +73,7 @@
--enable-clocale=gnu --enable-languages=c,c++ --enable-static \
--disable-multilib
make
- -make -k check
+ #-make -k check
make install
ln -svf ../usr/bin/cpp /lib
ln -svf gcc /usr/bin/cc
Modified: trunk/packages/glibc/Makefile
===================================================================
--- trunk/packages/glibc/Makefile 2007-08-16 07:32:45 UTC (rev 2030)
+++ trunk/packages/glibc/Makefile 2007-08-16 14:35:45 UTC (rev 2031)
@@ -54,7 +54,7 @@
--enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc \
--enable-static
make
- -make -k check
+ #-make -k check
touch /etc/ld.so.conf
make install
make localedata/install-locales
Modified: trunk/packages/net-firmware/Makefile
===================================================================
--- trunk/packages/net-firmware/Makefile 2007-08-16 07:32:45 UTC (rev
2030)
+++ trunk/packages/net-firmware/Makefile 2007-08-16 14:35:45 UTC (rev
2031)
@@ -82,21 +82,16 @@
URL-$(FILE17)= http://www.ralinktech.com.tw/data/$(FILE17)
SHA-$(FILE17)= 8f40bd8448c136e7edcc005f45e657258085ab8e
-DIR18= iwlwifi-3945-ucode-2.14.1.5
+DIR18= iwlwifi-3945-ucode-2.14.4
FILE18= $(DIR18).tgz
URL-$(FILE18)= http://intellinuxwireless.org/iwlwifi/downloads/$(FILE18)
-SHA-$(FILE18)= aeeeccb2fddeff86ee7dbdca0f0d627d0c99d45c
+SHA-$(FILE18)= c715e4f0ab4ddddb45f6b5c36644e13dc0cd0b2c
-DIR19= iwlwifi-4965-ucode-4.44.1.18
+DIR19= iwlwifi-4965-ucode-4.44.17
FILE19= $(DIR19).tgz
URL-$(FILE19)= http://intellinuxwireless.org/iwlwifi/downloads/$(FILE19)
-SHA-$(FILE19)= 01bf0264cfc4f60957a7242264050a81c56858bf
+SHA-$(FILE19)= 955d8718419dc2670d9b8167e22df118a36666a5
-DIR20= iwlwifi-4965-ucode-4.44.17
-FILE20= $(DIR20).tgz
-URL-$(FILE20)= http://intellinuxwireless.org/iwlwifi/downloads/$(FILE20)
-SHA-$(FILE20)= 955d8718419dc2670d9b8167e22df118a36666a5
-
ALLFILES= $(foreach FILE,$(sort $(filter FILE%,$(.VARIABLES))),$($(FILE)))
# Targets
@@ -129,7 +124,6 @@
@unzip $(FILE17) ; cp $(DIR17)/*.bin /lib/firmware
@tar xf $(FILE18) ; cp $(DIR18)/* /lib/firmware
@tar xf $(FILE19) ; cp $(DIR19)/* /lib/firmware
- @tar xf $(FILE20) ; cp $(DIR20)/* /lib/firmware
@make clean
@touch $@
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page