aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed dnsmasq init for "ignore" optionMarkus Wigge2009-05-051-1/+1
| | | | | | | | 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-052-2/+6
| | | | SVN-Revision: 15613
* fix oops in switch-robo on brcm63xx, thanks to Daniel Dickinson (#5053)Florian Fainelli2009-05-051-1/+1
| | | | SVN-Revision: 15611
* grub: fix potential build issues on redhat/fedora host systems (should ↵Nicolas Thill2009-05-042-2/+24
| | | | | | close: #3793) SVN-Revision: 15608
* libnl-tiny: add -fpicFelix Fietkau2009-05-041-0/+2
| | | | SVN-Revision: 15594
* fix ebtables compileFelix Fietkau2009-05-041-0/+2
| | | | SVN-Revision: 15593
* fix more issues with libnl-tiny and eglibcFelix Fietkau2009-05-043-2/+5
| | | | SVN-Revision: 15592
* fix libnl-tiny compile with eglibcFelix Fietkau2009-05-041-0/+1
| | | | SVN-Revision: 15591
* base-files: Add additional base-files search pathsHamish Guthrie2009-05-041-0/+6
| | | | SVN-Revision: 15583
* kernel: fix conditional handling of ide-supportJo-Philipp Wich2009-05-041-35/+22
| | | | SVN-Revision: 15577
* iptables: fix segfault in xtables_parse_protocol() if an unknown protocol is ↵Jo-Philipp Wich2009-05-031-0/+13
| | | | | | specified for -p SVN-Revision: 15573
* iptables: - add libtool fixups - fix libiptc & libxtables packages, ↵Nicolas Thill2009-05-031-47/+44
| | | | | | 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-021-1/+2
| | | | SVN-Revision: 15563
* prevent kmod-switch from accessing nvram on brcm63xx (#5035)Florian Fainelli2009-05-021-1/+5
| | | | SVN-Revision: 15555
* iptables: install libxtables.so and libiptc.so into staging dirJo-Philipp Wich2009-05-021-0/+2
| | | | SVN-Revision: 15550
* kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a ↵Jo-Philipp Wich2009-05-011-1/+1
| | | | | | textsearch implementation SVN-Revision: 15549
* iptables: replace exot_error() with xtables_error() in layer7 patchJo-Philipp Wich2009-05-011-11/+11
| | | | SVN-Revision: 15547
* Update layer7 rulesHauke Mehrtens2009-05-0116-7/+20
| | | | SVN-Revision: 15544
* In r15501 the libxt_layer7.c was placed in a wrong location.Hauke Mehrtens2009-05-011-4/+4
| | | | SVN-Revision: 15541
* The location of eeprom_93cx6.ko has chanced.Hauke Mehrtens2009-05-011-0/+4
| | | | SVN-Revision: 15540
* Update to compat-wireless-2009-05-01Hauke Mehrtens2009-05-0124-6468/+397
| | | | SVN-Revision: 15536
* rcS: wait for init scripts to complete before initiating the shutdown (patch ↵Felix Fietkau2009-04-302-6/+12
| | | | | | from #5032) SVN-Revision: 15530
* kernel: fix syntax error introduced with r15524Jo-Philipp Wich2009-04-301-2/+2
| | | | SVN-Revision: 15529
* base-files: make diag.sh stub working in bashJo-Philipp Wich2009-04-301-2/+2
| | | | SVN-Revision: 15527
* kernel: fix ide-disk problems on newer kernels - thanks russell!Jo-Philipp Wich2009-04-301-21/+43
| | | | SVN-Revision: 15524
* opkg: work around the same broken array overrun check in gcc 4.4 as in gcc 4.3Felix Fietkau2009-04-301-1/+1
| | | | SVN-Revision: 15522
* uci: increase argv size in batch mode to silence a false gcc 4.4 compiler ↵Felix Fietkau2009-04-301-0/+11
| | | | | | warning SVN-Revision: 15521
* hostapd: use libnl-tiny instead of libnlFelix Fietkau2009-04-302-4/+28
| | | | SVN-Revision: 15519
* crda: use libnl-tinyFelix Fietkau2009-04-301-10/+12
| | | | SVN-Revision: 15516
* libnl-tiny: install a pkg-config fileFelix Fietkau2009-04-302-1/+12
| | | | SVN-Revision: 15515
* iw: use libnl-tiny, forcibly disable git version checkFelix Fietkau2009-04-301-4/+17
| | | | SVN-Revision: 15514
* libnl-tiny: sync genetlink.h with the kernel headerFelix Fietkau2009-04-301-0/+14
| | | | SVN-Revision: 15513
* swconfig: use libnl-tiny instead of libnlFelix Fietkau2009-04-302-13/+19
| | | | SVN-Revision: 15508
* add libnl-tiny as a small replacement for libnl with only genl support includedFelix Fietkau2009-04-3044-0/+9124
| | | | SVN-Revision: 15507
* kernel: mask pcompress.ko crypto module for non-2.6.30 kernelsJo-Philipp Wich2009-04-301-1/+1
| | | | SVN-Revision: 15503
* drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 kernel patches ↵Jo-Philipp Wich2009-04-298-973/+59
| | | | | | and add packages for libiptc + libxtables SVN-Revision: 15501
* cryptomgr needs pcomp and hash loaded in 2.6.30Imre Kaloz2009-04-291-1/+2
| | | | SVN-Revision: 15499
* mac80211: backport ath9k uninline patchGabor Juhos2009-04-292-1/+105
| | | | SVN-Revision: 15490
* we don't need the libiptc libraryImre Kaloz2009-04-291-1/+0
| | | | SVN-Revision: 15487
* busybox: add possibility to set crond log level through /etc/config/system ↵Jo-Philipp Wich2009-04-292-2/+3
| | | | | | 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-291-0/+1
| | | | SVN-Revision: 15479
* upgrade iptables to 1.4.3.2Imre Kaloz2009-04-295-3/+3
| | | | SVN-Revision: 15478
* update e2fsprogs to v1.41.5 (#5014)Jo-Philipp Wich2009-04-271-3/+3
| | | | SVN-Revision: 15456
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵Nicolas Thill2009-04-275-14/+20
| | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451
* kernel: add missing kconfig symbol related to SSBNicolas Thill2009-04-271-0/+1
| | | | SVN-Revision: 15449
* remove leftover unvram directory and move the nvram.init change to package/nvramFelix Fietkau2009-04-279-1148/+1
| | | | SVN-Revision: 15447
* nvram fixup: move the nvram commit hook to commit for all variables, since ↵Felix Fietkau2009-04-271-1/+1
| | | | | | changes no longer take effect after only a set operation SVN-Revision: 15441
* broadcom-wl: add nvram stub to fix nas compile after the switch to unvramFelix Fietkau2009-04-272-3/+25
| | | | SVN-Revision: 15439
* rename unvram to nvramJo-Philipp Wich2009-04-278-0/+1147
| | | | SVN-Revision: 15437
* remove old nvram packageJo-Philipp Wich2009-04-2710-1287/+0
| | | | SVN-Revision: 15436