| 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 | ||||
| 0000476 | [buildroot] Other | minor | N/A | 10-06-05 22:55 | 02-12-07 05:46 | ||||
| Reporter | gnat | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000476: buildroot patch to build linux kernel for target/device/Via/epia-mii | ||||||||
| Description | some update somewhere made the Via/Makefile.in file no longer build the kernel when TARGET+= is after the include file. The following patch fixes this. | ||||||||
| Additional Information |
Index: target/device/Via/Makefile.in =================================================================== --- target/device/Via/Makefile.in (revision 11795) +++ target/device/Via/Makefile.in (working copy) @@ -2,8 +2,8 @@ ifeq ($(strip $(BR2_TARGET_VIA_EPIA_MII)),y) ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) +TARGETS+=linux include target/device/Via/epia-mii/linux.mk -TARGETS+=linux endif endif |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |