BusyBox Bug and Patch Tracking
BusyBox
  

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

- Relationships

- Notes
(0000965)
prpplague
01-20-06 12:52

fixed as of 13458
 

- Issue History
Date Modified Username Field Change
10-06-05 22:55 gnat New Issue
10-06-05 22:55 gnat Status new => assigned
10-06-05 22:55 gnat Assigned To  => uClibc
01-20-06 12:52 prpplague Note Added: 0000965
01-20-06 12:52 prpplague Status assigned => resolved
01-20-06 12:52 prpplague Resolution open => fixed
03-08-06 16:56 vapier Status resolved => closed
02-12-07 05:46 vapier Status closed => assigned
02-12-07 05:46 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker