Hi all,
Sorry if I am asking anything well known to others since I am new to OpenWrt, and I can't get the answer by searching.
I just clone the latest copy of code by git clone from github.com/openwrt/openwrt.git, the head commit timestamp is "Tue Aug 30 12:36:58 2016 +0200". Then "make menuconfig", Target system set "Ralink RT288x/RT3xxx", Subtarget is "MT7620 based Profile", then in Target profile, I can see only one "Default profile". After compiling, I saw the bin contains a lot, actually I may want only one image, this may consume unnecessary time. The worst, if I add luci to compile, one of the images failed because of size exceeds:
"openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin is too big" but this target is not of my concern.
Alternatively I git clone from git.openwrt.org/openwrt.git", then interestingly I can see different subtarget profiles there. Looking at the history of this git, it is not as active as that in github, not updated for about two months. What is the relationship for git.openwrt and github/openwrt, how do they sync? Which one should I follow for my personal development?
Thanks for your time.