aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵Jo-Philipp Wich2010-05-053-28/+28
| | | | | | move it to protocol stop callbacks SVN-Revision: 21383
* openssl: update to v0.9.8n, thanks Peter WagnerJo-Philipp Wich2010-05-053-38/+3
| | | | SVN-Revision: 21382
* kmod-ocf-hifn7751 depends on PCI, spotted by buildbotFlorian Fainelli2010-05-051-1/+1
| | | | SVN-Revision: 21381
* base-files: do not bring up wlan interfaces from hotplug events, so that ↵Felix Fietkau2010-05-051-0/+2
| | | | | | wrong network/wireless configs are more noticeable SVN-Revision: 21379
* firewall: properly unset position for delete command, fixes rule removal in ↵Jo-Philipp Wich2010-05-051-2/+2
| | | | | | ifdown SVN-Revision: 21378
* ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally ↵Jo-Philipp Wich2010-05-051-2/+4
| | | | | | truncate resolv.conf, thanks cshore SVN-Revision: 21361
* firewall: fix bug in iface hotplug handlerJo-Philipp Wich2010-05-051-1/+1
| | | | SVN-Revision: 21360
* openssl: update OCF userspace part to version 20100325Jo-Philipp Wich2010-05-042-269/+215
| | | | SVN-Revision: 21359
* kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4Jo-Philipp Wich2010-05-041-1/+25
| | | | SVN-Revision: 21358
* package/grub: only disable graphics on host grubNicolas Thill2010-05-041-1/+1
| | | | SVN-Revision: 21353
* ath9k: fix filtering out multi-descriptor frames, which can cause issues ↵Felix Fietkau2010-05-041-0/+24
| | | | | | with 11n links because of bogus rx status data SVN-Revision: 21351
* fix acx compile error with VLYNQ support (#7281)Florian Fainelli2010-05-041-1/+1
| | | | SVN-Revision: 21347
* base-files: Remove redundant stopping of watchdogVasilis Tsiligiannis2010-05-031-1/+0
| | | | | | busybox watchdog applet should stop the watchdog before shutting down SVN-Revision: 21341
* update acx-mac80211 to 20100422, patch from Bernhard LoosFlorian Fainelli2010-05-037-218/+260
| | | | SVN-Revision: 21335
* add stop() to watchdog init script, patch from Yury PolyanskiyFlorian Fainelli2010-05-031-1/+6
| | | | SVN-Revision: 21334
* hostapd: fix line reordering leading to segfaultsFelix Fietkau2010-05-021-3/+3
| | | | SVN-Revision: 21323
* mac80211: use the nl80211 driver for wpa_supplicantFelix Fietkau2010-05-021-1/+1
| | | | SVN-Revision: 21321
* wpa_supplicant: fix issues with the nl80211 driverFelix Fietkau2010-05-022-0/+128
| | | | SVN-Revision: 21320
* mac80211: enable rx/tx stbc by default if supportedFelix Fietkau2010-05-021-0/+4
| | | | SVN-Revision: 21319
* make acx available to PCI platforms as well (#7174)Florian Fainelli2010-05-022-11/+38
| | | | SVN-Revision: 21313
* unmark acx-mac80211 as being brokenFlorian Fainelli2010-05-021-1/+1
| | | | SVN-Revision: 21308
* package/grub: build a host grub and a target grub (#7269) - use the host ↵Nicolas Thill2010-05-021-50/+41
| | | | | | grub binary for grub install, but with target stage files - disable SSP (-fno-stack-protector) & Compile Time Buffer Checks (-U_FORTIFY_SOURCE) if appropriate - create a target grub package SVN-Revision: 21305
* ppp: rename 20-usb-modem to 20-atm-modemJo-Philipp Wich2010-05-022-1/+1
| | | | SVN-Revision: 21303
* ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa packageJo-Philipp Wich2010-05-022-0/+27
| | | | SVN-Revision: 21302
* update fuse to 2.8.4, fixes build failures with 2.6.30 kernels (on rdc at least)Florian Fainelli2010-05-021-2/+2
| | | | SVN-Revision: 21300
* nvram: fix crash when get, set or unset is invoked without argument (#7263)Jo-Philipp Wich2010-05-022-14/+26
| | | | SVN-Revision: 21288
* ppp: bring pppoa script in sync with updated ppp logicJo-Philipp Wich2010-05-011-7/+16
| | | | SVN-Revision: 21287
* firewall: - replace uci firewall with a modular dual stack implementation ↵Jo-Philipp Wich2010-05-0115-544/+1023
| | | | | | developed by Malte S. Stretz - bump version to 2 SVN-Revision: 21286
* comgt: - localize variables - bring scripts in sync with updated ppp logic - ↵Jo-Philipp Wich2010-05-012-5/+15
| | | | | | bump package revision SVN-Revision: 21285
* pptp: - bring pptp scripts in sync with updated ppp logic - bump package ↵Jo-Philipp Wich2010-05-012-10/+4
| | | | | | revision SVN-Revision: 21284
* ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ↵Jo-Philipp Wich2010-05-015-63/+158
| | | | | | interfaces when bringing up 3g, pptp, ppp or pppoe connections - get rid of unit count logic - shutdown pppd when ifdown is invoked - bump package revision SVN-Revision: 21283
* package/base-files: fix libraries packaging on 64bits targets (closes: #6918)Nicolas Thill2010-05-011-9/+14
| | | | SVN-Revision: 21282
* pppd: - localize variables in setup script - implement demand option as true ↵Jo-Philipp Wich2010-05-011-9/+52
| | | | | | boolean so that 0 actually disables it - don't overwrite user supplied dns servers if demand is enabled - toggle peerdns default value, use 1 if no user supplied dns server is set, 0 otherwise - reset resolv.conf.auto before setting up dns SVN-Revision: 21280
* vsc73x5-ucode: use the mirrored ucode files from my server to replace an 127 ↵Felix Fietkau2010-04-301-13/+5
| | | | | | MB download with a 14k one SVN-Revision: 21274
* mac80211: update to wireless-testing 2010-04-28Felix Fietkau2010-04-3013-774/+14
| | | | SVN-Revision: 21271
* swconfig: mask on brcm47xxJo-Philipp Wich2010-04-301-1/+1
| | | | SVN-Revision: 21270
* package/grub: fix x86_64 issue (closes #7248)Alexandros C. Couloumbis2010-04-301-0/+3
| | | | SVN-Revision: 21264
* uboot-xburst: Fix lcd display init sequence.Lars-Peter Clausen2010-04-291-8/+11
| | | | SVN-Revision: 21263
* package/kernel: renable kmod-input on 2.4 (closes: #7063)Nicolas Thill2010-04-291-3/+10
| | | | SVN-Revision: 21262
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-297-7/+23
| | | | | | only SVN-Revision: 21251
* package/kernel: adjust kmod-crc16 dependencies, it does not exist on 2.4Nicolas Thill2010-04-291-2/+2
| | | | SVN-Revision: 21250
* package/kernel: move AddDepends calls at the end of package definitions, ↵Nicolas Thill2010-04-299-166/+219
| | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248
* move kmod-lp package defition specific to brcm-2.4 to package/kernelNicolas Thill2010-04-291-0/+13
| | | | SVN-Revision: 21247
* uboot-xburst: Add macro to initalize lcd pins for 8bit serial displaysLars-Peter Clausen2010-04-282-1/+11
| | | | SVN-Revision: 21241
* fixes file perms of mountd uci file and init.d script, thx yann.lopezJohn Crispin2010-04-271-2/+2
| | | | SVN-Revision: 21205
* add .33 supportRalph Hempel2010-04-274-0/+598
| | | | SVN-Revision: 21198
* add .33 supportRalph Hempel2010-04-275-12/+235
| | | | SVN-Revision: 21197
* fix .32 kernel, add support for .33 kernelRalph Hempel2010-04-278-0/+828
| | | | SVN-Revision: 21194
* package/busybox: add 2 upstream fixes (ash & cpio), bumb release numberNicolas Thill2010-04-274-3/+66
| | | | SVN-Revision: 21186
* package/busybox: refresh patchesNicolas Thill2010-04-271-6/+4
| | | | SVN-Revision: 21185