1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-21 14:09:43 +02:00
Commit Graph

6265 Commits

Author SHA1 Message Date
Florian Fainelli 4a2e4920b1 Fix kmod-ppp generation (#2337)
SVN-Revision: 8691
2007-09-08 16:20:02 +00:00
Felix Fietkau 75f1024d48 fix pci init for brcm-2.4 with atheros wifi cards
SVN-Revision: 8690
2007-09-08 13:39:34 +00:00
Florian Fainelli 8505138db8 Add some EHCI related symbols when usb is selected
SVN-Revision: 8686
2007-09-08 10:28:18 +00:00
Eugene Konev 538479305e Use PHYS_OFFSET.
SVN-Revision: 8685
2007-09-08 09:16:30 +00:00
Eugene Konev 3520251c21 Add TNETW1350 to known devices. Style cleanups.
SVN-Revision: 8684
2007-09-08 09:02:44 +00:00
Gabor Juhos 9af990b12a fix the symlink of the lzma-loader
SVN-Revision: 8683
2007-09-08 06:52:52 +00:00
Felix Fietkau 0739784fe8 fix madwifi channel setting (#2073)
SVN-Revision: 8681
2007-09-07 20:42:59 +00:00
Felix Fietkau 4db9556f99 bump package versions after updates
SVN-Revision: 8680
2007-09-07 20:41:57 +00:00
Nicolas Thill 0c3221b939 fix typo
SVN-Revision: 8666
2007-09-07 13:10:05 +00:00
Felix Fietkau 469c658898 fix ppp unit number issues (#2178)
SVN-Revision: 8665
2007-09-07 13:09:17 +00:00
Nicolas Thill e3dc76af1b fix board name for nvram and switch packages on brcm-2.4 after [8653]
SVN-Revision: 8664
2007-09-07 12:54:24 +00:00
Felix Fietkau 77fb42c9cb qos-scripts: add patch for tos and dscp support from #2291
SVN-Revision: 8663
2007-09-07 09:27:22 +00:00
Felix Fietkau b7c5e91e6f remove obsolete dependencies on VIDEO_SUPPORT (#2314)
SVN-Revision: 8662
2007-09-07 09:23:56 +00:00
Nicolas Thill 257b41d25b add missing endef
SVN-Revision: 8661
2007-09-07 08:58:53 +00:00
Nicolas Thill 347d4d2c4a remove remaining description field missed from [8659]
SVN-Revision: 8660
2007-09-07 08:55:53 +00:00
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
2007-09-07 08:34:51 +00:00
Nicolas Thill 3e2f44481f remove automake prereq not needed anymore since [7011], use a separate description, cleanup
SVN-Revision: 8658
2007-09-07 08:30:26 +00:00
Nicolas Thill cb00fed03c zd1211-firmware: remove uneeded commands in install, use a separate description, cleanup
SVN-Revision: 8657
2007-09-07 08:24:28 +00:00
Nicolas Thill 929f86c30e cosmetic fixes for ar7: indent, use lowercase hex notation, format
SVN-Revision: 8656
2007-09-06 19:35:08 +00:00
Felix Fietkau 22742b2d7e remove some obsolete files
SVN-Revision: 8654
2007-09-06 16:40:36 +00:00
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
2007-09-06 16:27:37 +00:00
Felix Fietkau e1184aaa1a enable start-stop-daemon by default, i want to use this to clean up a few init scripts soon
SVN-Revision: 8652
2007-09-06 15:25:56 +00:00
Florian Fainelli d2216f3da3 Disable the USB clock for now, will be used later for the AR7-HCD driver, which is not ready (#1858)
SVN-Revision: 8649
2007-09-06 11:45:35 +00:00
Nicolas Thill af0b91ca90 allow scan.mk to find python packages introduced in [8639]
SVN-Revision: 8641
2007-09-06 03:20:48 +00:00
Nicolas Thill 9f6bd2c07b remove uneeded stuff after python changes in [8639]
SVN-Revision: 8640
2007-09-06 02:57:06 +00:00
Florian Fainelli 22282193a9 Package ip6tables-utils as well (#2318)
SVN-Revision: 8636
2007-09-05 21:40:11 +00:00
Nicolas Thill c0033f360c fix typo (thanks to jonasg[1] on irc)
SVN-Revision: 8618
2007-09-05 08:59:44 +00:00
Nicolas Thill 3abffae7fb suppress warning in gcd()
SVN-Revision: 8609
2007-09-04 13:23:21 +00:00
Nicolas Thill f0715bbde9 use kernel abs(), remove recursion in gcd() (closes: #2307)
SVN-Revision: 8608
2007-09-04 10:44:45 +00:00
Nicolas Thill 5956d4bfc2 use constant for clock values (closes: #2306)
SVN-Revision: 8607
2007-09-04 10:27:32 +00:00
Nicolas Thill 550f71e70d tweak Makefile
SVN-Revision: 8593
2007-09-03 13:11:58 +00:00
Nicolas Thill 5b4bfbd6d4 move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove EXTRA_* flags but still use them in configure and make
SVN-Revision: 8592
2007-09-03 09:06:03 +00:00
Nicolas Thill 8dc7ced4d4 require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to actually build a kmod package, tweak and fix kernel package definitions.
SVN-Revision: 8591
2007-09-03 08:58:14 +00:00
Nicolas Thill e5e03321f9 tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the default *FLAGS, indent
SVN-Revision: 8590
2007-09-03 08:44:08 +00:00
Nicolas Thill d8174a0398 another cleanup missed from [8587]
SVN-Revision: 8589
2007-09-03 08:23:08 +00:00
Nicolas Thill dd8ceb9f71 rename hostap package to hostap-driver
SVN-Revision: 8588
2007-09-03 08:21:42 +00:00
Nicolas Thill be0de75a3e package Makefile cleanup: remove uneeded vars
SVN-Revision: 8587
2007-09-03 08:20:36 +00:00
Nicolas Thill a8e4960f3d rename bridge package to bridge-utils (to match source name)
SVN-Revision: 8586
2007-09-03 08:12:27 +00:00
Nicolas Thill df226f6d5d rename zd1211_firmware to zd1211-firmware
SVN-Revision: 8585
2007-09-03 08:02:23 +00:00
Nicolas Thill 665dd9813a rename zd1211 package to zd1211-driver
SVN-Revision: 8584
2007-09-03 08:01:31 +00:00
Nicolas Thill 6a6fa5a4ab provide default PKG_BUILD_DIR for packages missing a PKG_VERSION
SVN-Revision: 8583
2007-09-03 07:51:56 +00:00
Nicolas Thill c8862d6777 remove duplicate ./include/kernel.mk inclusion
SVN-Revision: 8582
2007-09-03 07:47:33 +00:00
Nicolas Thill 3f80599cda move ipkg related vars from ./rules.mk to ./include/package-ipkg.mk
SVN-Revision: 8581
2007-09-03 06:46:44 +00:00
Nicolas Thill 9400ad240f remove uneeded PATH setting in ipkg invocation
SVN-Revision: 8580
2007-09-03 05:50:05 +00:00
Nicolas Thill 916e33b59e change case of conflicting option
SVN-Revision: 8579
2007-09-03 05:02:05 +00:00
Nicolas Thill 8680e1d07d use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...
SVN-Revision: 8578
2007-09-03 05:00:38 +00:00
Florian Fainelli 3e2b718c4c Do not restart ipsec on hotplug events (#2212)
SVN-Revision: 8577
2007-09-02 19:40:35 +00:00
Nicolas Thill 02cd6d278f use a default VERSION field for kmod packages
SVN-Revision: 8575
2007-09-02 16:39:27 +00:00
Nicolas Thill 62637bcce1 rename 2.6 high-speed usb serial fix to match 2.4 one
SVN-Revision: 8574
2007-09-02 14:20:11 +00:00
Nicolas Thill 9f70a0f15c add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)
SVN-Revision: 8573
2007-09-02 14:18:28 +00:00