| Anonymous | Login | Signup for a new account | 11-10-2008 10:51 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000477 | [buildroot] New Features | trivial | N/A | 10-08-05 05:03 | 02-12-07 05:47 | ||||
| Reporter | bbonev | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000477: update iproute2 to latest released version | ||||||||
| Description | a simple patch to update iproute to latest released version | ||||||||
| Additional Information |
--- package/iproute2/iproute2.mk (revision 11784) +++ package/iproute2/iproute2.mk (working copy) @@ -4,10 +4,12 @@ # ############################################################# IPROUTE2_VER:=2.6.9 -IPROUTE2_STAMP:=ss040831 -IPROUTE2_SOURCE:=iproute2-$(IPROUTE2_VER)-$(IPROUTE2_STAMP).tar.gz +#IPROUTE2_STAMP:=ss040831 +IPROUTE2_STAMP:=051007 +#IPROUTE2_SOURCE:=iproute2-$(IPROUTE2_VER)-$(IPROUTE2_STAMP).tar.gz +IPROUTE2_SOURCE:=iproute2-$(IPROUTE2_STAMP).tar.gz IPROUTE2_SITE:=http://developer.osdl.org/dev/iproute2/download/ [^] -IPROUTE2_DIR:=$(BUILD_DIR)/iproute2-$(IPROUTE2_VER) +IPROUTE2_DIR:=$(BUILD_DIR)/iproute2-$(IPROUTE2_STAMP) IPROUTE2_CAT:=zcat IPROUTE2_BINARY:=tc/tc IPROUTE2_TARGET_BINARY:=sbin/tc Index: package/busybox/busybox.config updated as of 13056 to 2.6.14 |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| There are no notes attached to this issue. |
| Copyright © 2000 - 2006 Mantis Group |