openwrt/svn-archive/archive.git
15 years agofix ccache installation (#3942)
Felix Fietkau [Wed, 3 Sep 2008 13:42:54 +0000 (13:42 +0000)]
fix ccache installation (#3942)

SVN-Revision: 12515

15 years agofix shell return status of the find symlink command
Felix Fietkau [Wed, 3 Sep 2008 13:25:26 +0000 (13:25 +0000)]
fix shell return status of the find symlink command

SVN-Revision: 12514

15 years agoadd default Build/Install template, which is activated by setting PKG_INSTALL=1
Felix Fietkau [Wed, 3 Sep 2008 13:19:50 +0000 (13:19 +0000)]
add default Build/Install template, which is activated by setting PKG_INSTALL=1

SVN-Revision: 12512

15 years agochange the an openssl sed command to be safe for -Wl,-rpath-link in ldflags
Felix Fietkau [Wed, 3 Sep 2008 13:19:41 +0000 (13:19 +0000)]
change the an openssl sed command to be safe for -Wl,-rpath-link in ldflags

SVN-Revision: 12511

15 years agoadd -rpath-link to TARGET_LDFLAGS by default
Felix Fietkau [Wed, 3 Sep 2008 13:18:52 +0000 (13:18 +0000)]
add -rpath-link to TARGET_LDFLAGS by default

SVN-Revision: 12510

15 years agofix recursive symlink issue
Felix Fietkau [Wed, 3 Sep 2008 10:27:25 +0000 (10:27 +0000)]
fix recursive symlink issue

SVN-Revision: 12508

15 years agomake sure that when the kernel config changes, compile is triggered for all kernel...
Felix Fietkau [Tue, 2 Sep 2008 15:50:09 +0000 (15:50 +0000)]
make sure that when the kernel config changes, compile is triggered for all kernel dependent packages

SVN-Revision: 12503

15 years agofix ./scripts/env for newer git versions
Felix Fietkau [Tue, 2 Sep 2008 15:48:40 +0000 (15:48 +0000)]
fix ./scripts/env for newer git versions

SVN-Revision: 12502

15 years agoremove 0-byte files
Felix Fietkau [Tue, 2 Sep 2008 13:36:56 +0000 (13:36 +0000)]
remove 0-byte files

SVN-Revision: 12501

15 years agonuke ipkg, now that we use opkg, we don't need it anymore
Felix Fietkau [Tue, 2 Sep 2008 11:47:50 +0000 (11:47 +0000)]
nuke ipkg, now that we use opkg, we don't need it anymore

SVN-Revision: 12500

15 years agofinal fix for BCM5354 USB cores, hopefully
Imre Kaloz [Tue, 2 Sep 2008 11:28:57 +0000 (11:28 +0000)]
final fix for BCM5354 USB cores, hopefully

SVN-Revision: 12499

15 years agoremove ipkg from busybox
Felix Fietkau [Tue, 2 Sep 2008 11:28:38 +0000 (11:28 +0000)]
remove ipkg from busybox

SVN-Revision: 12498

15 years agoremove awx from busybox, refresh patches
Felix Fietkau [Tue, 2 Sep 2008 11:18:47 +0000 (11:18 +0000)]
remove awx from busybox, refresh patches

SVN-Revision: 12497

15 years agoBusyBox httpd Accept Header Patch
Felix Fietkau [Tue, 2 Sep 2008 11:16:43 +0000 (11:16 +0000)]
BusyBox httpd Accept Header Patch

With this patch the BusyBox httpd pass the "Accept:" and
"Accept-Language:" header by the environment variables to the
CGI-Script, so this can make Content Negotiation to deliver the page in
the language, which was selected by the user in the browser settings,
and/or serve the XHTML page with the right MIME-Type
application/xhtml+xml to user agents which support it und text/html
which don't.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
SVN-Revision: 12496

15 years agoprovide a md5sum wrapper for BSDish systems
Felix Fietkau [Tue, 2 Sep 2008 10:58:01 +0000 (10:58 +0000)]
provide a md5sum wrapper for BSDish systems

SVN-Revision: 12495

15 years agoget rid of a shell warning if md5sum is not found
Felix Fietkau [Tue, 2 Sep 2008 10:57:56 +0000 (10:57 +0000)]
get rid of a shell warning if md5sum is not found

SVN-Revision: 12494

15 years agoclean up md5s() shell function
Felix Fietkau [Tue, 2 Sep 2008 10:57:51 +0000 (10:57 +0000)]
clean up md5s() shell function

SVN-Revision: 12493

15 years agodisable autorebuild for the toolchain, as it can easily lead to build breakages
Felix Fietkau [Tue, 2 Sep 2008 10:57:35 +0000 (10:57 +0000)]
disable autorebuild for the toolchain, as it can easily lead to build breakages

SVN-Revision: 12492

15 years agoadd prereq check for extended getopt (#3944)
Felix Fietkau [Tue, 2 Sep 2008 10:57:14 +0000 (10:57 +0000)]
add prereq check for extended getopt (#3944)

SVN-Revision: 12491

15 years agoquilt depends on sed
Felix Fietkau [Tue, 2 Sep 2008 10:56:56 +0000 (10:56 +0000)]
quilt depends on sed

SVN-Revision: 12490

15 years agomadwifi upstream does not work on wisoc
Felix Fietkau [Tue, 2 Sep 2008 09:45:36 +0000 (09:45 +0000)]
madwifi upstream does not work on wisoc

SVN-Revision: 12489

15 years agofix madwifi upstream compile for mips (#3952)
Felix Fietkau [Tue, 2 Sep 2008 09:44:50 +0000 (09:44 +0000)]
fix madwifi upstream compile for mips (#3952)

SVN-Revision: 12488

15 years agoadd option to cache local queries, from sn9
Travis Kemen [Tue, 2 Sep 2008 01:37:06 +0000 (01:37 +0000)]
add option to cache local queries, from sn9

SVN-Revision: 12485

15 years agoFix enabling of init scripts.
Lars-Peter Clausen [Tue, 2 Sep 2008 00:23:59 +0000 (00:23 +0000)]
Fix enabling of init scripts.

SVN-Revision: 12482

15 years agoAdd @GNOME download source.
Lars-Peter Clausen [Mon, 1 Sep 2008 21:46:17 +0000 (21:46 +0000)]
Add @GNOME download source.

SVN-Revision: 12469

15 years agoTreat vlynq external divisor just like automatic, fix comment about it, thanks sn9
Florian Fainelli [Mon, 1 Sep 2008 19:29:25 +0000 (19:29 +0000)]
Treat vlynq external divisor just like automatic, fix comment about it, thanks sn9

SVN-Revision: 12467

15 years agoadd TARGET_CXX variable which points to the c++ cross compiler
Felix Fietkau [Mon, 1 Sep 2008 18:35:03 +0000 (18:35 +0000)]
add TARGET_CXX variable which points to the c++ cross compiler

SVN-Revision: 12466

15 years agofixes usb storage mounting
John Crispin [Mon, 1 Sep 2008 17:42:35 +0000 (17:42 +0000)]
fixes usb storage mounting

SVN-Revision: 12465

15 years agomake openwrt boot on ar9130 (currently no ethernet yet)
Felix Fietkau [Mon, 1 Sep 2008 14:41:26 +0000 (14:41 +0000)]
make openwrt boot on ar9130 (currently no ethernet yet)

SVN-Revision: 12463

15 years agoChange even more dependencies on kmod-video-core after [12460]
Nicolas Thill [Mon, 1 Sep 2008 14:18:32 +0000 (14:18 +0000)]
Change even more dependencies on kmod-video-core after [12460]

SVN-Revision: 12462

15 years agoMove I2C_PCA Kconfig item to generic-2.6
Nicolas Thill [Mon, 1 Sep 2008 13:23:54 +0000 (13:23 +0000)]
Move I2C_PCA Kconfig item to generic-2.6

SVN-Revision: 12459

15 years agoFix AT91 MMC host controller path on 2.6.25
Nicolas Thill [Mon, 1 Sep 2008 13:21:34 +0000 (13:21 +0000)]
Fix AT91 MMC host controller path on 2.6.25

SVN-Revision: 12458

15 years agoUse a newer acx firmware
Florian Fainelli [Mon, 1 Sep 2008 11:51:02 +0000 (11:51 +0000)]
Use a newer acx firmware

SVN-Revision: 12455

15 years agoFix divisor calculation and configuration from previous commit, thanks sn9
Florian Fainelli [Mon, 1 Sep 2008 11:49:57 +0000 (11:49 +0000)]
Fix divisor calculation and configuration from previous commit, thanks sn9

SVN-Revision: 12454

15 years agoadd a gzipped uImage for ar71xx
Felix Fietkau [Mon, 1 Sep 2008 11:04:08 +0000 (11:04 +0000)]
add a gzipped uImage for ar71xx

SVN-Revision: 12453

15 years agoadd an extra build step Build/Install which allows you to run a make install target...
Felix Fietkau [Mon, 1 Sep 2008 11:03:58 +0000 (11:03 +0000)]
add an extra build step Build/Install which allows you to run a make install target after the post-compile hooks have run - will be necessary for some libtool dependent stuff

SVN-Revision: 12452

15 years agoinstall a symlink to the correct version of find in $(STAGING_DIR_HOST)/bin
Felix Fietkau [Mon, 1 Sep 2008 11:03:51 +0000 (11:03 +0000)]
install a symlink to the correct version of find in $(STAGING_DIR_HOST)/bin

SVN-Revision: 12451

15 years agomadwifi: fix compile warning
Felix Fietkau [Mon, 1 Sep 2008 11:03:46 +0000 (11:03 +0000)]
madwifi: fix compile warning

SVN-Revision: 12450

15 years agoimprove wds sta mode compatibility
Felix Fietkau [Mon, 1 Sep 2008 11:03:08 +0000 (11:03 +0000)]
improve wds sta mode compatibility

SVN-Revision: 12449

15 years agoMake ide-core depend on pci support, remove dupe Kconfig item
Nicolas Thill [Sun, 31 Aug 2008 21:27:38 +0000 (21:27 +0000)]
Make ide-core depend on pci support, remove dupe Kconfig item

SVN-Revision: 12448

15 years agoBackport new Sierra Wireless USB IDs from 2.6.27 to .25 & .26 (closes: #3912)
Nicolas Thill [Sun, 31 Aug 2008 19:31:38 +0000 (19:31 +0000)]
Backport new Sierra Wireless USB IDs from 2.6.27 to .25 & .26 (closes: #3912)

Signed-off-by: Dirk Nehring <dnehring@gmx.net>
SVN-Revision: 12447

15 years agoBuild images for the AG310, thanks sn9
Florian Fainelli [Sun, 31 Aug 2008 11:36:21 +0000 (11:36 +0000)]
Build images for the AG310, thanks sn9

SVN-Revision: 12446

15 years agoCorrectly set b/g rate tables for mac80211, thanks sn9
Florian Fainelli [Sun, 31 Aug 2008 11:35:51 +0000 (11:35 +0000)]
Correctly set b/g rate tables for mac80211, thanks sn9

SVN-Revision: 12445

15 years agoSync ar7 default network configuration with latest firewall and network settings...
Florian Fainelli [Sun, 31 Aug 2008 11:33:41 +0000 (11:33 +0000)]
Sync ar7 default network configuration with latest firewall and network settings, thanks sn9

SVN-Revision: 12444

15 years agoFix divisor settings for external devices like wireless devices, thanks sn9
Florian Fainelli [Sun, 31 Aug 2008 11:32:26 +0000 (11:32 +0000)]
Fix divisor settings for external devices like wireless devices, thanks sn9

SVN-Revision: 12443

15 years agoUpdate acx-mac80211 to a more recent snapshot, thanks sn9
Florian Fainelli [Sat, 30 Aug 2008 12:25:38 +0000 (12:25 +0000)]
Update acx-mac80211 to a more recent snapshot, thanks sn9

SVN-Revision: 12439

15 years agoBuild images for WAG54GP2v1 and v2, thanks sn9
Florian Fainelli [Sat, 30 Aug 2008 12:25:02 +0000 (12:25 +0000)]
Build images for WAG54GP2v1 and v2, thanks sn9

SVN-Revision: 12438

15 years agoAdd 2.6.26 kernel configuration file
Florian Fainelli [Sat, 30 Aug 2008 12:24:21 +0000 (12:24 +0000)]
Add 2.6.26 kernel configuration file

SVN-Revision: 12437

15 years agoSwitch ar7 to 2.6.26, thanks sn9
Florian Fainelli [Sat, 30 Aug 2008 12:23:18 +0000 (12:23 +0000)]
Switch ar7 to 2.6.26, thanks sn9

SVN-Revision: 12436

15 years agofix madwifi hal target for mips*
Felix Fietkau [Sat, 30 Aug 2008 09:59:00 +0000 (09:59 +0000)]
fix madwifi hal target for mips*

SVN-Revision: 12435

15 years agoleave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
Felix Fietkau [Fri, 29 Aug 2008 17:02:15 +0000 (17:02 +0000)]
leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)

SVN-Revision: 12434

15 years agothis adds hg (Mercurial) SCM checkout support, very similar to the current git
Florian Fainelli [Fri, 29 Aug 2008 13:02:05 +0000 (13:02 +0000)]
this adds hg (Mercurial) SCM checkout support, very similar to the current git
or svn checkout support; potential use is for building em28xx-new driver (USB
hybrid DVB-T device) which lives in a Mercurial repo. (#3229)

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
SVN-Revision: 12433

15 years agoIntegrate new HAL release (by OpenWrt, DD-WRT, MakSat Technologies)
Felix Fietkau [Fri, 29 Aug 2008 09:59:39 +0000 (09:59 +0000)]
Integrate new HAL release (by OpenWrt, DD-WRT, MakSat Technologies)

SVN-Revision: 12429

15 years agorevert accidental change to madwifi.sh
Felix Fietkau [Fri, 29 Aug 2008 01:07:53 +0000 (01:07 +0000)]
revert accidental change to madwifi.sh

SVN-Revision: 12428

15 years ago[busybox] Use unsigned longs for bitwise operations in awk, thanks benoar.
Andy Boyett [Thu, 28 Aug 2008 16:40:53 +0000 (16:40 +0000)]
[busybox] Use unsigned longs for bitwise operations in awk, thanks benoar.
 - Resolves the ipcalc.sh bug on some arches, closes #3012, #3946
 - Submitted upstream as busybox bug #4774

SVN-Revision: 12427

15 years agofix a race condition which would leave dnsmasq in infinite resolving recursion nirvana
Felix Fietkau [Thu, 28 Aug 2008 14:10:55 +0000 (14:10 +0000)]
fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana

SVN-Revision: 12424

15 years agoremove bogus ifxmips network config override
Felix Fietkau [Thu, 28 Aug 2008 14:02:13 +0000 (14:02 +0000)]
remove bogus ifxmips network config override

SVN-Revision: 12423

15 years agoadd back busybox httpd password auth support - fixes x-wrt
Felix Fietkau [Thu, 28 Aug 2008 12:58:59 +0000 (12:58 +0000)]
add back busybox httpd password auth support - fixes x-wrt

SVN-Revision: 12422

15 years agomadwifi: fix encryption type check
Felix Fietkau [Thu, 28 Aug 2008 12:41:55 +0000 (12:41 +0000)]
madwifi: fix encryption type check

SVN-Revision: 12421

15 years agomadwifi: only start hostapd when necessary
Felix Fietkau [Thu, 28 Aug 2008 12:13:36 +0000 (12:13 +0000)]
madwifi: only start hostapd when necessary

SVN-Revision: 12420

15 years agoadd autoload for spi-ks8995
Felix Fietkau [Thu, 28 Aug 2008 00:15:31 +0000 (00:15 +0000)]
add autoload for spi-ks8995

SVN-Revision: 12419

15 years agomtd: add jffs2 cleanmarker for big endian systems
Felix Fietkau [Thu, 28 Aug 2008 00:15:22 +0000 (00:15 +0000)]
mtd: add jffs2 cleanmarker for big endian systems

SVN-Revision: 12418

15 years agoppp: derive interface unit numbers from previous enumeration
Felix Fietkau [Thu, 28 Aug 2008 00:15:10 +0000 (00:15 +0000)]
ppp: derive interface unit numbers from previous enumeration

SVN-Revision: 12417

15 years agofix ppp interface enumeration - don't enumerate already processed interfaces
Felix Fietkau [Wed, 27 Aug 2008 22:19:42 +0000 (22:19 +0000)]
fix ppp interface enumeration - don't enumerate already processed interfaces

SVN-Revision: 12416

15 years agofix kconfig for packages that only define =y, =m or =n rules
Felix Fietkau [Wed, 27 Aug 2008 21:34:01 +0000 (21:34 +0000)]
fix kconfig for packages that only define =y, =m or =n rules

SVN-Revision: 12414

15 years agoupgrade to uci 0.6.1 - lots of cli and lua binding fixes
Felix Fietkau [Wed, 27 Aug 2008 21:16:20 +0000 (21:16 +0000)]
upgrade to uci 0.6.1 - lots of cli and lua binding fixes

SVN-Revision: 12413

15 years agofix uboot-ifxmips compile on mac os x
Felix Fietkau [Wed, 27 Aug 2008 21:02:01 +0000 (21:02 +0000)]
fix uboot-ifxmips compile on mac os x

SVN-Revision: 12412

15 years agofixes broken if-then in led init script
John Crispin [Wed, 27 Aug 2008 20:33:13 +0000 (20:33 +0000)]
fixes broken if-then in led init script

SVN-Revision: 12411

15 years agoadd autoconf (fixes opkg build issues)
Felix Fietkau [Wed, 27 Aug 2008 20:18:53 +0000 (20:18 +0000)]
add autoconf (fixes opkg build issues)

SVN-Revision: 12410

15 years agofix busybox compile on mac os x
Felix Fietkau [Wed, 27 Aug 2008 19:35:47 +0000 (19:35 +0000)]
fix busybox compile on mac os x

SVN-Revision: 12409

15 years agomake uci firewall backwards compatible to the old firewall.user
John Crispin [Wed, 27 Aug 2008 19:16:54 +0000 (19:16 +0000)]
make uci firewall backwards compatible to the old firewall.user

SVN-Revision: 12408

15 years agoadd proto tcpudp to firewall
John Crispin [Wed, 27 Aug 2008 18:54:52 +0000 (18:54 +0000)]
add proto tcpudp to firewall

SVN-Revision: 12407

15 years agoifxmips should not overwrite DEFAULT_PACKAGES
John Crispin [Wed, 27 Aug 2008 18:48:30 +0000 (18:48 +0000)]
ifxmips should not overwrite DEFAULT_PACKAGES

SVN-Revision: 12406

15 years ago[adm5120] generate images for the EASY 5120P-ATA board
Gabor Juhos [Wed, 27 Aug 2008 18:33:05 +0000 (18:33 +0000)]
[adm5120] generate images for the EASY 5120P-ATA board

SVN-Revision: 12405

15 years agofix device duplication in firewall if the balancing of ifup and ifdown is broken
John Crispin [Wed, 27 Aug 2008 18:31:34 +0000 (18:31 +0000)]
fix device duplication in firewall if the balancing of ifup and ifdown is broken

SVN-Revision: 12404

15 years agomake sure uci firewall reverts its states when stopped
John Crispin [Wed, 27 Aug 2008 16:48:54 +0000 (16:48 +0000)]
make sure uci firewall reverts its states when stopped

SVN-Revision: 12403

15 years agofixes uci firewall init order, Signed-off-by: Roberto Riggio
John Crispin [Wed, 27 Aug 2008 15:55:21 +0000 (15:55 +0000)]
fixes uci firewall init order, Signed-off-by: Roberto Riggio

SVN-Revision: 12402

15 years agofixes cvs download, signed-off by Bruno Randolf
John Crispin [Wed, 27 Aug 2008 15:24:25 +0000 (15:24 +0000)]
fixes cvs download, signed-off by  Bruno Randolf

SVN-Revision: 12401

15 years agoenable quilt by default for the kernel tree
Felix Fietkau [Wed, 27 Aug 2008 14:14:00 +0000 (14:14 +0000)]
enable quilt by default for the kernel tree

SVN-Revision: 12400

15 years agofix ./scripts/env delete
Felix Fietkau [Wed, 27 Aug 2008 14:13:47 +0000 (14:13 +0000)]
fix ./scripts/env delete

SVN-Revision: 12399

15 years agobuild and install a current quilt version in tools/
Felix Fietkau [Wed, 27 Aug 2008 14:13:32 +0000 (14:13 +0000)]
build and install a current quilt version in tools/

SVN-Revision: 12398

15 years agoThis patch enables the new ath5k driver. Works for me with X86 Alix
Florian Fainelli [Wed, 27 Aug 2008 14:09:29 +0000 (14:09 +0000)]
This patch enables the new ath5k driver. Works for me with X86 Alix
board an AR2413 minipci card. iw and iwconfig works.

Signed-off-by: Dirk Nehring <dnehring@gmx.net>
SVN-Revision: 12397

15 years agofirewall: Added support for port-ranges as firstPort-lastPort to redirect sections
Steven Barth [Wed, 27 Aug 2008 14:04:52 +0000 (14:04 +0000)]
firewall: Added support for port-ranges as firstPort-lastPort to redirect sections

SVN-Revision: 12396

15 years agoadds 5 new chains to the uci firewall that can be used to hook custom rules
John Crispin [Wed, 27 Aug 2008 12:03:48 +0000 (12:03 +0000)]
adds 5 new chains to the uci firewall that can be used to hook custom rules

SVN-Revision: 12395

15 years agoA WPA(2) pre-shared key can either be specified as a 8 to 63 character passphrase...
Florian Fainelli [Tue, 26 Aug 2008 17:19:00 +0000 (17:19 +0000)]
A WPA(2) pre-shared key can either be specified as a 8 to 63 character passphrase which is hashed to a 256 bit key together with the SSID, or a 64 character hex key. Currently, the latter option is supported by the broadcom wifi type, but no by hostapd. The attached patch allows using a 64 character hex key. (#3935)

Signed-off-by: thomas@archlinux.org
SVN-Revision: 12394

15 years agoadds several fixes to etrax, make openssl work on etrax
John Crispin [Tue, 26 Aug 2008 11:36:06 +0000 (11:36 +0000)]
adds several fixes to etrax, make openssl work on etrax

SVN-Revision: 12393

15 years agoadds more sanity checks to uci firewall
John Crispin [Tue, 26 Aug 2008 11:07:04 +0000 (11:07 +0000)]
adds more sanity checks to uci firewall

SVN-Revision: 12392

15 years agouse proto instead of protocol in uci firewall
John Crispin [Tue, 26 Aug 2008 07:23:29 +0000 (07:23 +0000)]
use proto instead of protocol in uci firewall

SVN-Revision: 12391

15 years agodisable fpu emulation on magicbox -- no idea how it got back there
Imre Kaloz [Mon, 25 Aug 2008 21:37:00 +0000 (21:37 +0000)]
disable fpu emulation on magicbox -- no idea how it got back there

SVN-Revision: 12390

15 years agoupdate sibyte config, disable unneeded features
Imre Kaloz [Mon, 25 Aug 2008 12:18:29 +0000 (12:18 +0000)]
update sibyte config, disable unneeded features

SVN-Revision: 12389

15 years agoFix bridge-utils configuration failure (#3931), thanks sn9
Florian Fainelli [Mon, 25 Aug 2008 10:06:25 +0000 (10:06 +0000)]
Fix bridge-utils configuration failure (#3931), thanks sn9

SVN-Revision: 12388

15 years ago[adm5120] minor cleanups
Gabor Juhos [Mon, 25 Aug 2008 07:28:04 +0000 (07:28 +0000)]
[adm5120] minor cleanups

SVN-Revision: 12387

15 years agoUse busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9
Florian Fainelli [Mon, 25 Aug 2008 05:21:42 +0000 (05:21 +0000)]
Use busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9

SVN-Revision: 12386

15 years agoUpdated Lua host compiler to 5.1.4
Steven Barth [Sun, 24 Aug 2008 16:06:34 +0000 (16:06 +0000)]
Updated Lua host compiler to 5.1.4

SVN-Revision: 12384

15 years agoUpdated Lua to 5.1.4
Steven Barth [Sun, 24 Aug 2008 15:45:26 +0000 (15:45 +0000)]
Updated Lua to 5.1.4

SVN-Revision: 12383

15 years agoupgrade sibyte to 2.6.26.3
Imre Kaloz [Sun, 24 Aug 2008 14:41:33 +0000 (14:41 +0000)]
upgrade sibyte to 2.6.26.3

SVN-Revision: 12382

15 years agolua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx...
Felix Fietkau [Sun, 24 Aug 2008 14:28:04 +0000 (14:28 +0000)]
lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars)

SVN-Revision: 12381

15 years agosome more s/git-/git /
Felix Fietkau [Sun, 24 Aug 2008 14:16:49 +0000 (14:16 +0000)]
some more s/git-/git /

SVN-Revision: 12380

15 years agoreplace the deprecated git-* command calls with git *
Felix Fietkau [Sun, 24 Aug 2008 13:40:21 +0000 (13:40 +0000)]
replace the deprecated git-* command calls with git *

SVN-Revision: 12379

15 years agoimprove lua opcode dispatch performance by using computed goto instead of switch...
Felix Fietkau [Sun, 24 Aug 2008 13:37:56 +0000 (13:37 +0000)]
improve lua opcode dispatch performance by using computed goto instead of switch/case - improves performance by about 10% in a simple loop test

SVN-Revision: 12378