Commit graph

4163 commits

Author SHA1 Message Date
Jo-Philipp Wich
eb51e36a78 ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign dns entries - handle dns setup in ip-up handler - use add_dns() and remove_dns() to only add/remove dns entries related to the corresponding pppd instance - make pppd shutdown work for interfaces without ifname option, e.g. pptp
SVN-Revision: 21392
2010-05-07 01:22:48 +00:00
Jo-Philipp Wich
be41fdd01a base-files: add add_dns() and remove_dns() helpers to network config, useful to merge dns entries from multiple interfaces
SVN-Revision: 21391
2010-05-07 01:17:47 +00:00
Jo-Philipp Wich
dcbb5a19e7 pptp: utilize coldplug_interface_pptp() to automatically launch pptp instances on boot
SVN-Revision: 21390
2010-05-06 19:51:27 +00:00
Jo-Philipp Wich
6a3cbba92e base-files: add a coldplug_interface_* hook to bring up non-hotpluggable interfaces on boot
SVN-Revision: 21389
2010-05-06 19:50:22 +00:00
Jo-Philipp Wich
cd7f3293b7 pptp: update to v1.7.1
SVN-Revision: 21388
2010-05-06 19:48:33 +00:00
Jo-Philipp Wich
4eee1bb439 ppp: - make pppd shutdown more robust as pptp hangs when the underlying connection is gone - don't rely on pid files generated by pppd, they're missing if the link is done, generate a per-instance pidfile with ssd instead
SVN-Revision: 21387
2010-05-06 17:07:31 +00:00
Jo-Philipp Wich
dd38b15b75 base-files, ppp: fix interface shutdown
SVN-Revision: 21386
2010-05-06 01:14:24 +00:00
Jo-Philipp Wich
66ab73d01f base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and move it to protocol stop callbacks
SVN-Revision: 21383
2010-05-05 23:24:11 +00:00
Jo-Philipp Wich
731983969a openssl: update to v0.9.8n, thanks Peter Wagner
SVN-Revision: 21382
2010-05-05 20:32:10 +00:00
Florian Fainelli
89ba5f098e kmod-ocf-hifn7751 depends on PCI, spotted by buildbot
SVN-Revision: 21381
2010-05-05 18:16:40 +00:00
Felix Fietkau
f9591d229a base-files: do not bring up wlan interfaces from hotplug events, so that wrong network/wireless configs are more noticeable
SVN-Revision: 21379
2010-05-05 15:56:58 +00:00
Jo-Philipp Wich
e796062a4b firewall: properly unset position for delete command, fixes rule removal in ifdown
SVN-Revision: 21378
2010-05-05 15:50:21 +00:00
Jo-Philipp Wich
13ebdec3f4 ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally truncate resolv.conf, thanks cshore
SVN-Revision: 21361
2010-05-05 01:48:45 +00:00
Jo-Philipp Wich
3c2149a759 firewall: fix bug in iface hotplug handler
SVN-Revision: 21360
2010-05-05 01:43:08 +00:00
Jo-Philipp Wich
ffbff1a43c openssl: update OCF userspace part to version 20100325
SVN-Revision: 21359
2010-05-04 21:02:24 +00:00
Jo-Philipp Wich
cb232921b5 kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4
SVN-Revision: 21358
2010-05-04 21:01:24 +00:00
Nicolas Thill
d30f29165a package/grub: only disable graphics on host grub
SVN-Revision: 21353
2010-05-04 14:49:49 +00:00
Felix Fietkau
34ad2a0b71 ath9k: fix filtering out multi-descriptor frames, which can cause issues with 11n links because of bogus rx status data
SVN-Revision: 21351
2010-05-04 08:01:58 +00:00
Florian Fainelli
803225ef2c fix acx compile error with VLYNQ support (#7281)
SVN-Revision: 21347
2010-05-04 07:33:43 +00:00
Vasilis Tsiligiannis
a481cafb55 base-files: Remove redundant stopping of watchdog
busybox watchdog applet should stop the watchdog before shutting down

SVN-Revision: 21341
2010-05-03 10:56:58 +00:00
Florian Fainelli
00e8846c96 update acx-mac80211 to 20100422, patch from Bernhard Loos
SVN-Revision: 21335
2010-05-03 09:05:39 +00:00
Florian Fainelli
20da5f495f add stop() to watchdog init script, patch from Yury Polyanskiy
SVN-Revision: 21334
2010-05-03 09:05:35 +00:00
Felix Fietkau
4c1eacdd5a hostapd: fix line reordering leading to segfaults
SVN-Revision: 21323
2010-05-02 23:38:15 +00:00
Felix Fietkau
99757d3336 mac80211: use the nl80211 driver for wpa_supplicant
SVN-Revision: 21321
2010-05-02 22:03:54 +00:00
Felix Fietkau
fd61253b66 wpa_supplicant: fix issues with the nl80211 driver
SVN-Revision: 21320
2010-05-02 22:03:49 +00:00
Felix Fietkau
ef710f7cf3 mac80211: enable rx/tx stbc by default if supported
SVN-Revision: 21319
2010-05-02 22:03:44 +00:00
Florian Fainelli
6f7314977b make acx available to PCI platforms as well (#7174)
SVN-Revision: 21313
2010-05-02 19:51:56 +00:00
Florian Fainelli
573b0d82b5 unmark acx-mac80211 as being broken
SVN-Revision: 21308
2010-05-02 19:30:46 +00:00
Nicolas Thill
3bca4b2094 package/grub: build a host grub and a target grub (#7269) - use the host 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
2010-05-02 17:32:25 +00:00
Jo-Philipp Wich
3b5689eb5e ppp: rename 20-usb-modem to 20-atm-modem
SVN-Revision: 21303
2010-05-02 16:47:16 +00:00
Jo-Philipp Wich
b46d822e9b ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa package
SVN-Revision: 21302
2010-05-02 16:40:58 +00:00
Florian Fainelli
e6bf527f82 update fuse to 2.8.4, fixes build failures with 2.6.30 kernels (on rdc at least)
SVN-Revision: 21300
2010-05-02 13:45:51 +00:00
Jo-Philipp Wich
395a1f4e0c nvram: fix crash when get, set or unset is invoked without argument (#7263)
SVN-Revision: 21288
2010-05-02 00:45:03 +00:00
Jo-Philipp Wich
9bf8e9a230 ppp: bring pppoa script in sync with updated ppp logic
SVN-Revision: 21287
2010-05-01 19:18:25 +00:00
Jo-Philipp Wich
c284cb51c0 firewall: - replace uci firewall with a modular dual stack implementation developed by Malte S. Stretz - bump version to 2
SVN-Revision: 21286
2010-05-01 18:22:01 +00:00
Jo-Philipp Wich
085b2b9ad6 comgt: - localize variables - bring scripts in sync with updated ppp logic - bump package revision
SVN-Revision: 21285
2010-05-01 18:01:36 +00:00
Jo-Philipp Wich
9d6d45d008 pptp: - bring pptp scripts in sync with updated ppp logic - bump package revision
SVN-Revision: 21284
2010-05-01 17:55:41 +00:00
Jo-Philipp Wich
e757ee80f7 ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named 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
2010-05-01 17:54:37 +00:00
Nicolas Thill
ebb5858ba8 package/base-files: fix libraries packaging on 64bits targets (closes: #6918)
SVN-Revision: 21282
2010-05-01 13:29:04 +00:00
Jo-Philipp Wich
1ed25fc550 pppd: - localize variables in setup script - implement demand option as true 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
2010-05-01 11:08:03 +00:00
Felix Fietkau
82221d71e5 vsc73x5-ucode: use the mirrored ucode files from my server to replace an 127 MB download with a 14k one
SVN-Revision: 21274
2010-04-30 16:11:31 +00:00
Felix Fietkau
b583a3f450 mac80211: update to wireless-testing 2010-04-28
SVN-Revision: 21271
2010-04-30 15:55:24 +00:00
Jo-Philipp Wich
504244e34f swconfig: mask on brcm47xx
SVN-Revision: 21270
2010-04-30 15:55:08 +00:00
Alexandros C. Couloumbis
81f5f10a62 package/grub: fix x86_64 issue (closes #7248)
SVN-Revision: 21264
2010-04-30 07:07:20 +00:00
Lars-Peter Clausen
5cd4a9739d uboot-xburst: Fix lcd display init sequence.
SVN-Revision: 21263
2010-04-29 17:18:26 +00:00
Nicolas Thill
0a9999bc19 package/kernel: renable kmod-input on 2.4 (closes: #7063)
SVN-Revision: 21262
2010-04-29 16:04:19 +00:00
Nicolas Thill
36ee230fca package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only
SVN-Revision: 21251
2010-04-29 10:25:57 +00:00
Nicolas Thill
840ef1f158 package/kernel: adjust kmod-crc16 dependencies, it does not exist on 2.4
SVN-Revision: 21250
2010-04-29 10:23:36 +00:00
Nicolas Thill
fc43e1f4f5 package/kernel: move AddDepends calls at the end of package definitions, move back some dependencies in DEPENDS for clarity
SVN-Revision: 21248
2010-04-29 04:04:19 +00:00
Nicolas Thill
b233ad6626 move kmod-lp package defition specific to brcm-2.4 to package/kernel
SVN-Revision: 21247
2010-04-29 03:57:55 +00:00