OpenWRT BuildRoot 빌드 방법
▤ RT305x 타겟보드를 기준으로 설명. ■ OpenWRT BuildRoot 다운로드 git clone git://git.openwrt.org/openwrt.git ▷종류 별12.09 branch (Attitude Adjustment)git clone git://git.openwrt.org/12.09/openwrt.gitgit clone git://git.openwrt.org/12.09/packages.git ■ 디렉토리를 이동한다. cd openwrt ■ feeds feeds는 OpenWRT 패키지의 업데이트/다운로드/빌드 스크립트.설정파일 : ./feeds.conf.default 최신버전으로 패키지 목록을 업데이트 한다.’-a’ 는 특정 패키지가 아닌 모든 패키지를 의미한다. ./scripts/feeds update -a./scripts/feeds install -a ■ OpenWRT 나만의 […]
