Commit Graph

6893 Commits (edc74f8cc3f810b03a39b5f98bd0c3908d5c9303)
 

Author SHA1 Message Date
Felix Fietkau ddd93e2b57 madwifi: don't poll the channel noise in a performance critical path
SVN-Revision: 9454
17 years ago
Gabor Juhos 131d358fc3 6tunnel: move init/config files to the right place
SVN-Revision: 9453
17 years ago
Florian Fainelli 773c31afdc Document the IPv6 connectivity with OpenWrt.
SVN-Revision: 9452
17 years ago
Florian Fainelli da7afd8577 Update CFLAGS pickup to match the target variable name, allow i686 to be optimised
SVN-Revision: 9451
17 years ago
Gabor Juhos d29af25874 reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held (closes: #2549)
SVN-Revision: 9450
17 years ago
Felix Fietkau 41815ee5c8 add feature flag for display support. will be used as dependency for x.org
SVN-Revision: 9448
17 years ago
Florian Fainelli 3260efaa90 Fix another wrong shitfing
SVN-Revision: 9447
17 years ago
Florian Fainelli fae75b2f4d Wrong bit shifting for the cfrdy function, will always return cf-mips busy
SVN-Revision: 9446
17 years ago
Imre Kaloz ee65a02320 nuke util-linux in favor of util-linux-ng, build only what we need
SVN-Revision: 9444
17 years ago
Imre Kaloz 34b4f11508 add gcc 4.2.2
SVN-Revision: 9443
17 years ago
Travis Kemen c526a608f8 remove unneeded config file section fixes #2594
SVN-Revision: 9442
17 years ago
Travis Kemen c4354c4589 convert the rest of /etc/dnsmasq.conf to uci
SVN-Revision: 9440
17 years ago
Florian Fainelli d22f50a252 Treat i686 as an i386 if present, fixes build errors with wireless-tools on i686 (x86 mediacenter)
SVN-Revision: 9439
17 years ago
Florian Fainelli 18c1ffe97c i686 should use the i386 HAL
SVN-Revision: 9438
17 years ago
Florian Fainelli 5447e02115 Provide an i686 wpa_supplicant configuration file
SVN-Revision: 9437
17 years ago
Florian Fainelli 6b70ed8f18 Fix the r8169 kernel module (#2554)
SVN-Revision: 9436
17 years ago
Florian Fainelli b8964159ff Enable IPv6 forwarding by default (#2527)
SVN-Revision: 9435
17 years ago
Felix Fietkau 2df957c7a6 add updated motorola-bin.c file from #2483 (by D. Hugh Redelmeier)
SVN-Revision: 9434
17 years ago
Felix Fietkau c9e697a355 revert changes to io access functions done in madwifi trunk (they seem wrong to me, and they break xscale) fixes #2591
SVN-Revision: 9433
17 years ago
Felix Fietkau 3c8b5cbf4b disable filterwin2k in dnsmasq (see #2566)
SVN-Revision: 9432
17 years ago
Florian Fainelli 0f239c91a9 The build system actually changed the routerboard kernel (#2584)
SVN-Revision: 9430
17 years ago
Felix Fietkau 39a43187f3 silence a bogus preinit message
SVN-Revision: 9429
17 years ago
Felix Fietkau 5017d5fc8e fix absolute path to .ko files in insmod
SVN-Revision: 9428
17 years ago
Matteo Croce 3a4b1e95c0 ar7-atm: updated the firmware image (#2532)
SVN-Revision: 9426
17 years ago
Florian Fainelli 66231687af The watchdog driver is now a platform device driver and reads its gpio line while registering
SVN-Revision: 9425
17 years ago
Florian Fainelli f038ae8671 Mark 6tunnel as executable, avoids ": /etc/init.d/rcS: line 8: /etc/rc.d/S466tunnel: Permission denied"
SVN-Revision: 9424
17 years ago
Gabor Juhos 5f122462c0 minor cleanups
SVN-Revision: 9423
17 years ago
Felix Fietkau 479cf96993 upgrade madwifi to r2756
SVN-Revision: 9422
17 years ago
Matteo Croce 788a010131 ar7_gpio: remove unneeded checks and volatile
SVN-Revision: 9419
17 years ago
Gabor Juhos 71f9b205e4 fix flash driver, it should work on RB150 as well
SVN-Revision: 9418
17 years ago
Eugene Konev ce9584fad9 ar7: fix eva image generation
SVN-Revision: 9417
17 years ago
Florian Fainelli 2514d7f799 The RB513 CF driver is now a module, enable it by default for the RB1xx profile. Fix the membase of the CF driver.
SVN-Revision: 9416
17 years ago
Florian Fainelli 486492b407 We are now at .23.1
SVN-Revision: 9415
17 years ago
Florian Fainelli 2d620947c3 Add the prism54-mac80211 version from #2560
SVN-Revision: 9414
17 years ago
Felix Fietkau a2af03953b Add ps3 target
This patch adds a target for the Sony PlayStation 3.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9413
17 years ago
Felix Fietkau a10edd4cee Add udev initilisation
We have a udev package, but no means to start udev at boot.

This change adds the necessary startup in /init, and adds the required
/sbin/udevsettle to the udev installed files

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9412
17 years ago
Felix Fietkau b513ee61a5 only do hotplug2 init if hotplug2 is present
The current /init script unconditionally does the initialisation for
hotplug2, including mounting a new /dev. If hotplug2 isn't present, we
end up with no device nodes.

This change only does the hotplug2 init if hotplug2 is present, but
always mounts /sys.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9411
17 years ago
Felix Fietkau 881bac2db2 Allow targets to specify extra initramfs source files
The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated
list of source files (or directories). This allows a platform to
add extra components to the initramfs image, by defining the
INITRAMFS_EXTRA_FILES make var.

By default, we add a simple initramfs extra file for the generic-2.6
platform, which specifies a few device nodes.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9410
17 years ago
Felix Fietkau 4a142953ea Use current UID for initramfs root user:group
Set the CONFIG_INITRAMFS_ROOT_{U,G}ID kernel variables to the current
user, so that all files end up being owned by root in the final
initramfs image.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9409
17 years ago
Felix Fietkau 4bb2c88f4e don't specify "CC=<nothing>" on kernel build command line
If KERNEL_CC isn't set, we end up with a "CC=" on the kernel build
command-line. We don't always need CC, as the CROSS_COMPILE flag does
the job instead. In fact, specifying CC messes up the build when we're
using a biarch compiler.

This change doesn't specify CC= if the KERNEL_CC variable is empty.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9408
17 years ago
Felix Fietkau 19a6b0fa95 Add binutils extra configure options
Currently, we can specify extra configure options for gcc, but not
binutils.

This change adds an EXTRA_BINUTILS_CONFIG_OPTIONS config variable,
so we can add configure options for binutils.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9407
17 years ago
Felix Fietkau 5feb978446 openwrt: honour gcc extra configuration flags
Although the CONFIG_EXTRA_GCC_OPTIONS flag is available, it isn't used
anywhere.

This change adds the extra flag to both gcc configure stages.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9406
17 years ago
Felix Fietkau d8e032edef don't replace powerpc arch with ppc
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build
system unconditionally replaces LIUNUX_KARCH=powerpc with
LINUX_KARCH=ppc.

This change only does the replacement if LINUX_KARCH isn't set. This
allows us to use the powerpc architecture.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9405
17 years ago
Imre Kaloz c1f0b1fa3f remove madwifi karma patch until it's fixed
SVN-Revision: 9404
17 years ago
Florian Fainelli 2a0ca50ce2 Add preliminary support for the Routerboard 153 CF slot (#2550)
SVN-Revision: 9403
17 years ago
Florian Fainelli 5db86fb47a Resync kernel config, make kernel.{flash,ram}.srec available
SVN-Revision: 9402
17 years ago
Eugene Konev 6bf1f9a467 ar7: add eva image generation (thanks Axel Gembe)
SVN-Revision: 9401
17 years ago
Felix Fietkau 461e17e015 fix mac80211 compile
SVN-Revision: 9391
17 years ago
Felix Fietkau 58035f5e02 fix more downloading crap
SVN-Revision: 9389
17 years ago
Felix Fietkau 467c1a7189 remove unnecessary linux config include (it broke 'make download')
SVN-Revision: 9388
17 years ago