Search found 8 matches

by james789
Tue Dec 24, 2024 8:07 am
Forum: Hardware / Installation Issues
Topic: compile for a single device
Replies: 1
Views: 2529

compile for a single device

Hi,

if I want to make an image compilation only for my R7800, what would be the formula?
thanks

Code: Select all

make ipq806x_R7800 FULL_BUILD=true
??
by james789
Mon Dec 23, 2024 10:23 pm
Forum: Hardware / Installation Issues
Topic: Compile image error
Replies: 8
Views: 3347

Re: Compile image error

Ok I see and I will, but for now, with I did earlier, I got a successful build and I flashed my router with it, I can see on the overview page : build 1.15....
by james789
Mon Dec 23, 2024 9:08 pm
Forum: Hardware / Installation Issues
Topic: Compile image error
Replies: 8
Views: 3347

Re: Compile image error

in downloaded, we can see 22.03 ?
https://ibb.co/TRZWxZv
Image
by james789
Mon Dec 23, 2024 8:55 pm
Forum: Hardware / Installation Issues
Topic: Compile image error
Replies: 8
Views: 3347

Re: Compile image error

You are almost certainly on the wrong branch. Confirm with "git log". Latest commit it b0c923bf7b12326a9d2ba31dd8f361aefa620864 Your checkout command is probably wrong. git checkout -b base_on_openwrt_2305 origin/base_on_openwrt_2305 Is the correct command. james@pop-os:/media/james/E/gar...
by james789
Mon Dec 23, 2024 8:24 pm
Forum: Hardware / Installation Issues
Topic: Compile image error
Replies: 8
Views: 3347

Re: Compile image error

Post your full command output please. Is this still a vanilla build or have you modified anything? I just did that: git clone https://github.com/ericpaulbishop/gargoyle.git cd gargoyle git checkout -b base_on_openwrt_2305 make FULL_BUILD=true ipq806x but I restarted from scratch right now, cause I ...
by james789
Mon Dec 23, 2024 7:56 pm
Forum: Hardware / Installation Issues
Topic: Compile image error
Replies: 8
Views: 3347

Compile image error

Hi, I'm compiling image for my R7800, ipq806x, I got a patch error Applying /media/james/E/gargoyle/patches-generic//004-fix_postinst_prerm_scripts.patch using plaintext: patching file package/base-files/files/lib/functions.sh Hunk #3 FAILED at 246. Hunk #4 succeeded at 271 (offset 12 lines). Hunk #...
by james789
Sun Dec 22, 2024 10:39 pm
Forum: General Discussion
Topic: info about firmware
Replies: 3
Views: 3036

Re: info about firmware

Thanks, so if I compile by myself,.is it possible to add the packages I would?
by james789
Sun Dec 22, 2024 8:29 pm
Forum: General Discussion
Topic: info about firmware
Replies: 3
Views: 3036

info about firmware

Hi,

I'M new about this, and I would like to know the advantages to use gargoyle vs openwrt or it is the same?
Also, your latest version is based on an older openwrt version right?
thanks