Commit Graph

6253 Commits (b7c5e91e6f4e2908990f047e2ddc8780a6786844)
 

Author SHA1 Message Date
Felix Fietkau b7c5e91e6f remove obsolete dependencies on VIDEO_SUPPORT (#2314)
SVN-Revision: 8662
17 years ago
Nicolas Thill 257b41d25b add missing endef
SVN-Revision: 8661
17 years ago
Nicolas Thill 347d4d2c4a remove remaining description field missed from [8659]
SVN-Revision: 8660
17 years ago
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
17 years ago
Nicolas Thill 3e2f44481f remove automake prereq not needed anymore since [7011], use a separate description, cleanup
SVN-Revision: 8658
17 years ago
Nicolas Thill cb00fed03c zd1211-firmware: remove uneeded commands in install, use a separate description, cleanup
SVN-Revision: 8657
17 years ago
Nicolas Thill 929f86c30e cosmetic fixes for ar7: indent, use lowercase hex notation, format
SVN-Revision: 8656
17 years ago
Felix Fietkau 22742b2d7e remove some obsolete files
SVN-Revision: 8654
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
Nicolas Thill af0b91ca90 allow scan.mk to find python packages introduced in [8639]
SVN-Revision: 8641
17 years ago
Nicolas Thill 9f6bd2c07b remove uneeded stuff after python changes in [8639]
SVN-Revision: 8640
17 years ago
Florian Fainelli 22282193a9 Package ip6tables-utils as well (#2318)
SVN-Revision: 8636
17 years ago
Nicolas Thill c0033f360c fix typo (thanks to jonasg[1] on irc)
SVN-Revision: 8618
17 years ago
Nicolas Thill 3abffae7fb suppress warning in gcd()
SVN-Revision: 8609
17 years ago
Nicolas Thill f0715bbde9 use kernel abs(), remove recursion in gcd() (closes: #2307)
SVN-Revision: 8608
17 years ago
Nicolas Thill 5956d4bfc2 use constant for clock values (closes: #2306)
SVN-Revision: 8607
17 years ago
Nicolas Thill 550f71e70d tweak Makefile
SVN-Revision: 8593
17 years ago
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
17 years ago
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
17 years ago
Nicolas Thill e5e03321f9 tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the default *FLAGS, indent
SVN-Revision: 8590
17 years ago
Nicolas Thill d8174a0398 another cleanup missed from [8587]
SVN-Revision: 8589
17 years ago
Nicolas Thill dd8ceb9f71 rename hostap package to hostap-driver
SVN-Revision: 8588
17 years ago
Nicolas Thill be0de75a3e package Makefile cleanup: remove uneeded vars
SVN-Revision: 8587
17 years ago
Nicolas Thill a8e4960f3d rename bridge package to bridge-utils (to match source name)
SVN-Revision: 8586
17 years ago
Nicolas Thill df226f6d5d rename zd1211_firmware to zd1211-firmware
SVN-Revision: 8585
17 years ago
Nicolas Thill 665dd9813a rename zd1211 package to zd1211-driver
SVN-Revision: 8584
17 years ago
Nicolas Thill 6a6fa5a4ab provide default PKG_BUILD_DIR for packages missing a PKG_VERSION
SVN-Revision: 8583
17 years ago
Nicolas Thill c8862d6777 remove duplicate ./include/kernel.mk inclusion
SVN-Revision: 8582
17 years ago
Nicolas Thill 3f80599cda move ipkg related vars from ./rules.mk to ./include/package-ipkg.mk
SVN-Revision: 8581
17 years ago
Nicolas Thill 9400ad240f remove uneeded PATH setting in ipkg invocation
SVN-Revision: 8580
17 years ago
Nicolas Thill 916e33b59e change case of conflicting option
SVN-Revision: 8579
17 years ago
Nicolas Thill 8680e1d07d use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...
SVN-Revision: 8578
17 years ago
Florian Fainelli 3e2b718c4c Do not restart ipsec on hotplug events (#2212)
SVN-Revision: 8577
17 years ago
Nicolas Thill 02cd6d278f use a default VERSION field for kmod packages
SVN-Revision: 8575
17 years ago
Nicolas Thill 62637bcce1 rename 2.6 high-speed usb serial fix to match 2.4 one
SVN-Revision: 8574
17 years ago
Nicolas Thill 9f70a0f15c add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)
SVN-Revision: 8573
17 years ago
John Crispin 18a03ce770 reduce watchdog trigger from 10 to 5 seconds
SVN-Revision: 8571
17 years ago
Nicolas Thill b518cc2c00 add an abs2rel.pl helper script (returns a path relative to another)
SVN-Revision: 8570
17 years ago
Felix Fietkau 393c8bff07 allow the user to disable the defaultroute option for ppp
SVN-Revision: 8569
17 years ago
Nicolas Thill ef9d118359 small rdc-2.6 fixes (from sn9, thanks!)
SVN-Revision: 8568
17 years ago
Nicolas Thill 6a8ab4c0be fix .dep_files exclusion in rdep calls
SVN-Revision: 8567
17 years ago
Nicolas Thill 401d8ca98b fix typo left in [8562] (thanks to sn9)
SVN-Revision: 8565
17 years ago
Felix Fietkau 365ad8dec6 oops... typo
SVN-Revision: 8564
17 years ago
Felix Fietkau a391a14e23 fix issues with multiple ppp links (noticed by Stefano Rivera)
SVN-Revision: 8563
17 years ago
Nicolas Thill 4bb9476035 oops, include missing change from [8560]
SVN-Revision: 8562
17 years ago
Felix Fietkau 761dc0a0ae fix a dependency bug
SVN-Revision: 8561
17 years ago
Nicolas Thill 82914583a9 more rt2x00 fixes (thanks to sn9): * pkg: add missing kmod dependencies and autoloads * src: change #warning to #error when checking kconfig * src: remove uneeded config file
SVN-Revision: 8560
17 years ago
Nicolas Thill 939c7224a2 build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
SVN-Revision: 8559
17 years ago