cetic / 6lbr-openwrt

OpenWRT package feed for 6LBR
http://github.com/cetic/6lbr/wiki
BSD 3-Clause "New" or "Revised" License
7 stars 10 forks source link

Mainstream pr to openwrt/packages #1

Open leojrfs opened 8 years ago

leojrfs commented 8 years ago

@laurentderu is there any interest of doing a pull req to add the package mainstream? Actually this package feed is not working and I fixed some stuff to get the package compiling under mips24k and armv6. And I think little to no work is needed to do it. What do you think?

pls do take a look https://github.com/leojrfs/6lbr-openwrt

laurentderu commented 7 years ago

I think there is still one issue to be fixed before proposing to add the package mainstream, the current Makefile does not refer a proper tag or commit. My idea is to fix the version in the master branch to 1.4.0 (or 1.4.1 soon), create a 1.5 branch for the 1.5.x snapshots and create a develop branch where the version is not constrained at all. Is that the common usage in the OpenWRT community ?

leojrfs commented 7 years ago

ok so, its now tracking the 6lbr-1.4.1 tag. I also noticed that logrotate package is not provided anymore on 14.07 nor 15.05.

laurentderu commented 7 years ago

You have to explicitly compile logrotate as well. 6LBR has to be updated to use another logging layer, like syslog, so I can remove this dependency.