aboutsummaryrefslogtreecommitdiff
path: root/package
Commit message (Collapse)AuthorAge
* use config_get_bool for outdoor modeFelix Fietkau2009-05-06
| | | | SVN-Revision: 15634
* madwifi: make country code and outdoor flag changeable without reloading the ↵Felix Fietkau2009-05-06
| | | | | | driver SVN-Revision: 15633
* wprobe: use libnl-tiny instead of libnlFelix Fietkau2009-05-06
| | | | SVN-Revision: 15632
* the bison prereq check is no longer necessaryFelix Fietkau2009-05-06
| | | | SVN-Revision: 15631
* iptables: install essential headers into staging dirJo-Philipp Wich2009-05-05
| | | | SVN-Revision: 15621
* Require* calls must now be placed before BuildPackage callsFelix Fietkau2009-05-05
| | | | SVN-Revision: 15620
* fixed dnsmasq init for "ignore" optionMarkus Wigge2009-05-05
| | | | | | | | dnsmasq.init tried to set range options even when ignore was set to "1". Now the functions stops processing after evaluating the "ignore" option when the result is > 0 SVN-Revision: 15618
* changed "option" to "list" for binding interfacesMarkus Wigge2009-05-05
| | | | SVN-Revision: 15613
* fix oops in switch-robo on brcm63xx, thanks to Daniel Dickinson (#5053)Florian Fainelli2009-05-05
| | | | SVN-Revision: 15611
* grub: fix potential build issues on redhat/fedora host systems (should ↵Nicolas Thill2009-05-04
| | | | | | close: #3793) SVN-Revision: 15608
* libnl-tiny: add -fpicFelix Fietkau2009-05-04
| | | | SVN-Revision: 15594
* fix ebtables compileFelix Fietkau2009-05-04
| | | | SVN-Revision: 15593
* fix more issues with libnl-tiny and eglibcFelix Fietkau2009-05-04
| | | | SVN-Revision: 15592
* fix libnl-tiny compile with eglibcFelix Fietkau2009-05-04
| | | | SVN-Revision: 15591
* base-files: Add additional base-files search pathsHamish Guthrie2009-05-04
| | | | SVN-Revision: 15583
* kernel: fix conditional handling of ide-supportJo-Philipp Wich2009-05-04
| | | | SVN-Revision: 15577
* iptables: fix segfault in xtables_parse_protocol() if an unknown protocol is ↵Jo-Philipp Wich2009-05-03
| | | | | | specified for -p SVN-Revision: 15573
* iptables: - add libtool fixups - fix libiptc & libxtables packages, ↵Nicolas Thill2009-05-03
| | | | | | containing only symlinks but missing the actual library files - enable static versions of libiptc & libxtables - install pkgconfig .pc files as well - cleanup & reorg SVN-Revision: 15572
* kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts)Jo-Philipp Wich2009-05-02
| | | | SVN-Revision: 15563
* prevent kmod-switch from accessing nvram on brcm63xx (#5035)Florian Fainelli2009-05-02
| | | | SVN-Revision: 15555
* iptables: install libxtables.so and libiptc.so into staging dirJo-Philipp Wich2009-05-02
| | | | SVN-Revision: 15550
* kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a ↵Jo-Philipp Wich2009-05-01
| | | | | | textsearch implementation SVN-Revision: 15549
* iptables: replace exot_error() with xtables_error() in layer7 patchJo-Philipp Wich2009-05-01
| | | | SVN-Revision: 15547
* Update layer7 rulesHauke Mehrtens2009-05-01
| | | | SVN-Revision: 15544
* In r15501 the libxt_layer7.c was placed in a wrong location.Hauke Mehrtens2009-05-01
| | | | SVN-Revision: 15541
* The location of eeprom_93cx6.ko has chanced.Hauke Mehrtens2009-05-01
| | | | SVN-Revision: 15540
* Update to compat-wireless-2009-05-01Hauke Mehrtens2009-05-01
| | | | SVN-Revision: 15536
* rcS: wait for init scripts to complete before initiating the shutdown (patch ↵Felix Fietkau2009-04-30
| | | | | | from #5032) SVN-Revision: 15530
* kernel: fix syntax error introduced with r15524Jo-Philipp Wich2009-04-30
| | | | SVN-Revision: 15529
* base-files: make diag.sh stub working in bashJo-Philipp Wich2009-04-30
| | | | SVN-Revision: 15527
* kernel: fix ide-disk problems on newer kernels - thanks russell!Jo-Philipp Wich2009-04-30
| | | | SVN-Revision: 15524
* opkg: work around the same broken array overrun check in gcc 4.4 as in gcc 4.3Felix Fietkau2009-04-30
| | | | SVN-Revision: 15522
* uci: increase argv size in batch mode to silence a false gcc 4.4 compiler ↵Felix Fietkau2009-04-30
| | | | | | warning SVN-Revision: 15521
* hostapd: use libnl-tiny instead of libnlFelix Fietkau2009-04-30
| | | | SVN-Revision: 15519
* crda: use libnl-tinyFelix Fietkau2009-04-30
| | | | SVN-Revision: 15516
* libnl-tiny: install a pkg-config fileFelix Fietkau2009-04-30
| | | | SVN-Revision: 15515
* iw: use libnl-tiny, forcibly disable git version checkFelix Fietkau2009-04-30
| | | | SVN-Revision: 15514
* libnl-tiny: sync genetlink.h with the kernel headerFelix Fietkau2009-04-30
| | | | SVN-Revision: 15513
* swconfig: use libnl-tiny instead of libnlFelix Fietkau2009-04-30
| | | | SVN-Revision: 15508
* add libnl-tiny as a small replacement for libnl with only genl support includedFelix Fietkau2009-04-30
| | | | SVN-Revision: 15507
* kernel: mask pcompress.ko crypto module for non-2.6.30 kernelsJo-Philipp Wich2009-04-30
| | | | SVN-Revision: 15503
* drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 kernel patches ↵Jo-Philipp Wich2009-04-29
| | | | | | and add packages for libiptc + libxtables SVN-Revision: 15501
* cryptomgr needs pcomp and hash loaded in 2.6.30Imre Kaloz2009-04-29
| | | | SVN-Revision: 15499
* mac80211: backport ath9k uninline patchGabor Juhos2009-04-29
| | | | SVN-Revision: 15490
* we don't need the libiptc libraryImre Kaloz2009-04-29
| | | | SVN-Revision: 15487
* busybox: add possibility to set crond log level through /etc/config/system ↵Jo-Philipp Wich2009-04-29
| | | | | | and use level 5 by default which prevents unneeded debug messages on each job execution SVN-Revision: 15481
* hostap-driver: fix displaying of kmod-hostap-{pci,plx,cs} in menuconfig (#4218)Jo-Philipp Wich2009-04-29
| | | | SVN-Revision: 15479
* upgrade iptables to 1.4.3.2Imre Kaloz2009-04-29
| | | | SVN-Revision: 15478
* update e2fsprogs to v1.41.5 (#5014)Jo-Philipp Wich2009-04-27
| | | | SVN-Revision: 15456
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵Nicolas Thill2009-04-27
| | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451