aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Detect every atheros device present This patch is for boards with more than ↵Jo-Philipp Wich2009-05-201-1/+1
| | | | | | one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15940
* change the uClibc-0.9.29 check (#5165)Florian Fainelli2009-05-201-1/+1
| | | | SVN-Revision: 15937
* use e2fsprogs 1.40.11 with uClibc 0.9.29 (#5085, #5033)Florian Fainelli2009-05-201-1/+6
| | | | SVN-Revision: 15932
* base-files: fixup resolv.conf check in udhcpc scriptJo-Philipp Wich2009-05-171-1/+1
| | | | SVN-Revision: 15903
* update to r4993Florian Fainelli2009-05-173-28/+33
| | | | SVN-Revision: 15901
* opkg.conf: update trunk snapshots urlAndy Boyett2009-05-172-3/+3
| | | | SVN-Revision: 15899
* libertas: use last known stable firmware version, move it to "Wireless ↵Nicolas Thill2009-05-171-6/+8
| | | | | | Drivers" section, rename LICENSE file to match firmware SVN-Revision: 15892
* base-files: initialize GZIPED to 0 in sysupgrade since it's used later in ↵Nicolas Thill2009-05-171-2/+2
| | | | | | numeric comparisons SVN-Revision: 15890
* kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from ↵Nicolas Thill2009-05-171-2/+2
| | | | | | "depends" to "select" SVN-Revision: 15888
* madwifi: don't try to set an interface essid with an empty valueNicolas Thill2009-05-171-2/+4
| | | | SVN-Revision: 15886
* openssl: fix annoying build errors when changing upstream versionsNicolas Thill2009-05-171-2/+3
| | | | SVN-Revision: 15880
* brcm-2.4: nvram_set has been removed, remove some remaining calls to itFelix Fietkau2009-05-161-7/+0
| | | | SVN-Revision: 15878
* set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831Imre Kaloz2009-05-151-1/+3
| | | | SVN-Revision: 15869
* sysupgrade: use sysrq-trigger if availableJo-Philipp Wich2009-05-152-1/+2
| | | | SVN-Revision: 15865
* cardbus != pcmcia -- disable it in b43Imre Kaloz2009-05-151-3/+1
| | | | SVN-Revision: 15857
* firewall: automatically set up NOTRACK rules to disable connection tracking ↵Felix Fietkau2009-05-141-13/+43
| | | | | | for zones that have no masquerading, no conntrack and no forwarding from/to other zones with masq/conntrack SVN-Revision: 15855
* orinoco is only one module with kernel 2.6.30Hauke Mehrtens2009-05-141-0/+6
| | | | SVN-Revision: 15852
* Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151
| | | | SVN-Revision: 15850
* lua: install lua.pc pkgconfig file as well (closes: #5132)Nicolas Thill2009-05-141-2/+4
| | | | SVN-Revision: 15848
* RTCs shouldn't be modules, ever..Imre Kaloz2009-05-141-37/+0
| | | | SVN-Revision: 15837
* madwifi: fix distance settingFelix Fietkau2009-05-131-0/+2
| | | | SVN-Revision: 15824
* Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.Hauke Mehrtens2009-05-121-1/+0
| | | | SVN-Revision: 15807
* libpcap: fix typo in protocol api patchNicolas Thill2009-05-121-1/+1
| | | | SVN-Revision: 15802
* fix crypto pcompress configuration symbol name w/ 2.6.30Florian Fainelli2009-05-121-1/+1
| | | | SVN-Revision: 15798
* madwifi: the openwrt build system usually has a better idea of what the ↵Felix Fietkau2009-05-111-0/+1
| | | | | | target arch is than the madwifi build system :) SVN-Revision: 15788
* The it821x is at an other location in older kernels.Hauke Mehrtens2009-05-111-0/+4
| | | | SVN-Revision: 15787
* hci_usb.ko is not availably in kernel newer than 2.6.27.Hauke Mehrtens2009-05-111-3/+3
| | | | SVN-Revision: 15786
* load usb8xxx after usb.Hauke Mehrtens2009-05-111-1/+1
| | | | SVN-Revision: 15785
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-112-5/+7
| | | | SVN-Revision: 15784
* Conditionals are not supported in Kconfig.Hauke Mehrtens2009-05-111-19/+0
| | | | SVN-Revision: 15783
* The vfat directory have chanced with all newer kernel.Hauke Mehrtens2009-05-111-1/+5
| | | | SVN-Revision: 15782
* Make nfs and xfs load again.Hauke Mehrtens2009-05-111-9/+23
| | | | SVN-Revision: 15781
* kmod-libphy also needed with kernel 2.6.30Hauke Mehrtens2009-05-111-1/+1
| | | | SVN-Revision: 15780
* With kernel bigger than 2.6.29 compat_ioctl32 will not be build.Hauke Mehrtens2009-05-111-2/+16
| | | | SVN-Revision: 15779
* Remove ieee80211-softmac and net-bcm43xx, because it is not used any more. ↵Hauke Mehrtens2009-05-111-34/+0
| | | | | | This is only included in old kernel versions. SVN-Revision: 15778
* /net/ieee80211/ was removed in new kernel versions. This adds lib80211 for ↵Hauke Mehrtens2009-05-112-10/+76
| | | | | | new kernel versions and make ipw2x00 and hostap driver depend on it. SVN-Revision: 15777
* make madwifi compile with kernel 2.6.29.Hauke Mehrtens2009-05-112-0/+1971
| | | | SVN-Revision: 15773
* madwifi: ignore the eeprom fast framing supported flag, as it is an ↵Felix Fietkau2009-05-101-0/+11
| | | | | | arbitrary restriction and not based on hardware capability SVN-Revision: 15763
* madwifi: do not add the ff headroom len to dev->hard_header_len to avoid ↵Felix Fietkau2009-05-101-0/+12
| | | | | | unnecessary reallocations. the driver will reallocate skbs itself if necessary SVN-Revision: 15762
* madwifi: remove some leftover duplicate definitionsFelix Fietkau2009-05-102-3/+36
| | | | SVN-Revision: 15758
* madwifi: clean up tx status mrr handling and fix mrr parsing for 5416Felix Fietkau2009-05-101-0/+507
| | | | SVN-Revision: 15757
* libnl-tiny: add copy of linux/gen_stat.h, it's not available on brcm-2.4Jo-Philipp Wich2009-05-101-0/+67
| | | | SVN-Revision: 15756
* base-files: - restore device, ifname and aliases state in dhcp script - make ↵Jo-Philipp Wich2009-05-101-1/+8
| | | | | | sure that resolv.conf.tmp is written once at least for statically configured dns SVN-Revision: 15753
* e2fsprogs: add libpthread dependency (#5086)Jo-Philipp Wich2009-05-091-1/+1
| | | | SVN-Revision: 15748
* dnsmasq: add option to specify dhcp-hostsfile (#5079)Jo-Philipp Wich2009-05-091-0/+3
| | | | SVN-Revision: 15747
* mac80211: update compat-wireless to 2009-05-08Gabor Juhos2009-05-092-18/+2
| | | | SVN-Revision: 15738
* kernel/modules: build pcompress.ko for kernel >=2.6.30Gabor Juhos2009-05-091-1/+4
| | | | SVN-Revision: 15737
* base-files: show reboot notification is sysupgradeJo-Philipp Wich2009-05-091-1/+4
| | | | SVN-Revision: 15730
* madwifi: clean up handling of various timings such as slot time, ack ↵Felix Fietkau2009-05-083-4/+732
| | | | | | timeout, eifs time, etc. SVN-Revision: 15713
* madwifi: fix uninitialized variableFelix Fietkau2009-05-082-4/+5
| | | | SVN-Revision: 15711