From 29e453bcce26da749901ffefe28b9f81348f0d26 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 4 Nov 2010 21:56:58 +0100 Subject: [PATCH 1/6] mISDN: add a hfc-s pci id. --- lfs/mISDN | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/mISDN b/lfs/mISDN index a6dd75372..01bd77d7d 100644 --- a/lfs/mISDN +++ b/lfs/mISDN @@ -77,6 +77,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_SRC)/mISDN* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_SRC)/mISDN && patch -Np1 < $(DIR_SRC)/src/patches/mISDN-hfcusb-reportl1down.patch + cd $(DIR_SRC)/mISDN && patch -Np1 < $(DIR_SRC)/src/patches/mISDN_hfc-s_add_id.patch cd $(DIR_SRC)/mISDN && ./configure --with-kerneldir=/usr/src/linux cd $(DIR_SRC)/mISDN && make KVERS=$(KVER)-$(VERSUFIX) modules cd $(DIR_SRC)/mISDN && make KVERS=$(KVER)-$(VERSUFIX) \ From 4507470068e2fcecde6ebc522b977156e964846f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 4 Nov 2010 21:59:31 +0100 Subject: [PATCH 2/6] bzip2: updated rootfile. --- config/rootfiles/common/bzip2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/common/bzip2 b/config/rootfiles/common/bzip2 index b91b89d79..4292fd305 100644 --- a/config/rootfiles/common/bzip2 +++ b/config/rootfiles/common/bzip2 @@ -14,7 +14,7 @@ usr/bin/bzip2 usr/bin/bzip2recover usr/bin/bzless usr/bin/bzmore -usr/include/bzlib.h +#usr/include/bzlib.h #usr/lib/libbz2.a #usr/lib/libbz2.so #usr/man/man1/bzcmp.1 From 83db6800ddea7be6553fb9fd3ee8f4641f1f69f5 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 4 Nov 2010 22:07:27 +0100 Subject: [PATCH 3/6] Add missing mISDN patch. --- src/patches/mISDN_hfc-s_add_id.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/patches/mISDN_hfc-s_add_id.patch diff --git a/src/patches/mISDN_hfc-s_add_id.patch b/src/patches/mISDN_hfc-s_add_id.patch new file mode 100644 index 000000000..d544b1fcf --- /dev/null +++ b/src/patches/mISDN_hfc-s_add_id.patch @@ -0,0 +1,28 @@ +diff -Naur mISDN.org/drivers/isdn/hardware/mISDN/hfcpci.c mISDN/drivers/isdn/hardware/mISDN/hfcpci.c +--- mISDN.org/drivers/isdn/hardware/mISDN/hfcpci.c 2010-05-25 10:41:29.000000000 +0200 ++++ mISDN/drivers/isdn/hardware/mISDN/hfcpci.c 2010-10-31 11:19:05.000000000 +0100 +@@ -88,6 +88,7 @@ + HFC_DIGI_DF_M_A, + HFC_ABOCOM_2BD1, + HFC_SITECOM_DC105V2, ++ HFC_NONAME_1AE7_0520, + }; + + struct hfcPCI_hw { +@@ -2182,6 +2183,7 @@ + {HFC_DIGI_DF_M_A, 0, + "Digi International DataFire Micro V (North America)"}, + {HFC_SITECOM_DC105V2, 0, "Sitecom Connectivity DC-105 ISDN TA"}, ++ {HFC_NONAME_1AE7_0520, 0, "NoName HFC-S (1AE7:0520) ISDN TA"}, + {}, + }; + +@@ -2233,6 +2235,8 @@ + PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &hfc_map[21]}, + {PCI_VENDOR_ID_SITECOM, PCI_DEVICE_ID_SITECOM_DC105V2, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &hfc_map[22]}, ++ {0x1ae7, 0x0520, ++ PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &hfc_map[23]}, + {}, + }; + From bab14e7ee263c0d19028130061b8376f7ed17fbc Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 7 Nov 2010 15:38:06 +0100 Subject: [PATCH 4/6] IPFireseeder: updated for core41. --- config/rootfiles/packages/ipfireseeder | 2 +- lfs/ipfireseeder | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/ipfireseeder b/config/rootfiles/packages/ipfireseeder index bacd4dda6..e67f850a9 100644 --- a/config/rootfiles/packages/ipfireseeder +++ b/config/rootfiles/packages/ipfireseeder @@ -1,5 +1,5 @@ etc/rc.d/init.d/ipfireseeder #var/ipfire/seeder -var/ipfire/seeder/ipfire-2.7.i586-full-core40.iso.torrent +var/ipfire/seeder/ipfire-2.7.i586-full-core41.iso.torrent #var/log/seeder var/log/seeder/info diff --git a/lfs/ipfireseeder b/lfs/ipfireseeder index b2a65ca0f..7d7a3c2c6 100644 --- a/lfs/ipfireseeder +++ b/lfs/ipfireseeder @@ -27,13 +27,13 @@ include Config VER = 1.00 THISAPP = ipfireseeder-$(VER) -DL_FILE = ipfire-2.7.i586-full-core40.iso.torrent +DL_FILE = ipfire-2.7.i586-full-core41.iso.torrent DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ipfireseeder -PAK_VER = 15 +PAK_VER = 16 DEPS = "rtorrent" @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6475e2d772a39db73ea869328f98d2f3 +$(DL_FILE)_MD5 = de05c43a1bc513eae06f16fcc2a8f94b install : $(TARGET) From 324cae81712b7b1b7b80333ad92e369cac28b6ce Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 8 Nov 2010 20:33:26 +0100 Subject: [PATCH 5/6] wlanap.cgi: changed txpower to textfield if driver is not madwifi. --- html/cgi-bin/wlanap.cgi | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index 03018952e..cd5bda3e8 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -371,14 +371,20 @@ foreach $channel (@channellist){ print < -Tx Power: "; + foreach $txpower (@txpower){ + print " dBm"; + } + print " "; +} else { + print "" } print < Passphrase:  HT Caps:  Loglevel (hostapd):  From 499bc000ffd5e65325d1fa9bbf7e1085b62eaea3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 15 Sep 2010 17:40:35 +0200 Subject: [PATCH 6/6] Updated hostapd (0.7.3). --- lfs/hostapd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/hostapd b/lfs/hostapd index 90b35db28..57d511a39 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -24,7 +24,7 @@ include Config -VER = 0.7.2 +VER = 0.7.3 THISAPP = hostapd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 19 +PAK_VER = 20 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f47689c62ee8c1c59989b402d4f130c3 +$(DL_FILE)_MD5 = 91a7c8d0f090b7104152d3455a84c112 install : $(TARGET)