[OpenWrt-Devel] [LEDE-DEV] Makefile question
Philip Prindeville
philipp_subx at redfish-solutions.com
Mon Feb 13 21:51:18 EST 2017
> On Feb 12, 2017, at 10:04 PM, Yousong Zhou <yszhou4tech at gmail.com> wrote:
>
> On 13 February 2017 at 11:23, Philip Prindeville
> <philipp_subx at redfish-solutions.com> wrote:
>>
>>> On Feb 11, 2017, at 8:29 PM, David Lang <david at lang.hm> wrote:
>>>
>>> On Sat, 11 Feb 2017, Philip Prindeville wrote:
>>>
>>>>> This can't eliminate the /etc/rc.d/S* files as it only adds files, and it's not as flexibile as adding a user or changing a password (as it would just let you replace the /etc/passwd, /etc/shadow files, not modify them).
>>>>>
>>>>> If you look for where the /files/* are copied into the filesystem, that is probably the place you would want to add your scripting hooks.
>>>>
>>>> Good idea. I’ll look there.
>>>
>>> Once you find this, may I suggest that you create /scripts/* and contribute the infrastructure to support it back upstream?
>>>
>>> I have seen a lot of people wanting to do similar things.
>>
>>
>> Surprisingly, I’m still trying to find in the Makefiles where $(topdir)/files/ gets copied over…
>>
>> -Philip
>
> It's prepare_rootfs doing this job at the moment.
>
> yousong
Hi Yousong,
I’ve been working on both OpenWRT and LEDE and needed to get some hooks working in OpenWRT so I focused on that first.
These are the changes I made, but I couldn’t get it to work.
Was wondering if anyone can run with this.
Part of the problem is making package/Makefile recurse with additional arguments and a different working directory… When I try to do this, the submake of package/Makefile gets run without inherited variables like $(INCLUDE_DIR), etc.
Also odd is even though the top of package/Makefile says:
curdir:=package
when it recurses $(curdir) retains some other value like “target” or “toolchain”. Not sure why.
Any guidance appreciated.
-Philip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: install-hooks.patch
Type: application/octet-stream
Size: 2346 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20170213/b497f303/attachment.obj>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list