Ramanu

buildroot kernel iptables 설치 본문

가상화/Kernel Compile

buildroot kernel iptables 설치

Ramanu 2021. 1. 15. 15:19

# env = ext2 filesystem, mips big endian, buildroot 2012, linux kernel 2.6.31

 

buildroot에서 iptable을 사용하기 위해서는 모듈이 필요하다.

 

make menuconfig에서 iptables,

make linux-menuconfig에서 다음 블로그에 있는 방법을 사용하면 된다.

tewarid.github.io/2014/09/03/linux-nat-routing-on-raspberry-pi-with-buildroot.html

 

Linux NAT routing on Raspberry Pi with Buildroot

Linux NAT routing on Raspberry Pi with Buildroot

tewarid.github.io

 

# configure: error: in `~/Documents/buildroot-2012.05/output/build/host-m4-1.4.16':

이 오류는 config.log를 살펴봐야 한다.

만일 ccache를 찾을 수 없다는 에러가 존재한다면 make menuconfig에서 다음 항목에 checking이 되어 있을 수 있다.

그 부분을 해제하면 된다.

dev.archive.openwrt.org/ticket/13949

 

#13949 (Add ccache as dependency for the SDK) – OpenWrt

#13949 closed enhancement (fixed) Add ccache as dependency for the SDK Reported by: anonymous Owned by: developers Priority: normal Milestone: Barrier Breaker 14.07 Component: packages Version: Trunk Keywords: Cc: I recently tried to compile the "nano" pac

dev.archive.openwrt.org

 

'가상화 > Kernel Compile' 카테고리의 다른 글

buildroot filesystem size 증가  (0) 2021.01.15
Comments